Searched defs:SH (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/
H A DMakefile5 SH := $(PWD:B:/[0-9]*$//:N=ksh*:-ksh) /* name of the shell program */ macro
10 RELEASE := $(SH:/.*sh//)
84 :PACKAGE: ast$(libtype):20100309 coshell:order --clobber=!($(SH))
155 :ALL: $(SH) $(SHCOMP) $(SHOPT_SUID_EXEC:+suid_exec) $(SHOPT_BASH:+bash$(RELEASE))
157 $(SH) :: sh.1 pmain.c $(LIBS_req)
198 bash$(RELEASE) :LINK: $(SH)
233 test.ksh : $(BINDIR)/$(SH) $(SH) shtests
235 echo "make install to run the tests on the latest $(SH)" >&2
239 test.% : %.sh COSHELL_OPTIONS=separate $(BINDIR)/$(SH)
[all...]

Completed in 12 milliseconds