Searched refs:SHELL (Results 1 - 25 of 244) sorted by relevance

12345678910

/freebsd-current/contrib/sendmail/rmail/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
16 $(SHELL) $(BUILD) $(OPTIONS) $@
19 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/mail.local/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
16 $(SHELL) $(BUILD) $(OPTIONS) $@
19 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/editmap/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/libsmdb/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/libsm/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/smrsh/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/mailstats/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/praliases/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/makemap/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/src/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/test/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/vacation/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/libmilter/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/contrib/sendmail/libsmutil/
H A DMakefile3 SHELL= /bin/sh macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-current/usr.bin/apply/tests/
H A Dregress.01.sh3 SHELL=/bin/sh; export SHELL
/freebsd-current/usr.bin/bmake/tests/shell/select/
H A DMakefile.test11 .SHELL: name=sh
16 .SHELL: name=csh
21 .SHELL: name=ksh
/freebsd-current/usr.bin/bmake/tests/shell/builtin/
H A DMakefile.test9 .SHELL: path="${.CURDIR}/sh"
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-dot-shell.mk3 # Tests for the special .SHELL variable, which contains the shell used for
10 ORIG_SHELL:= ${.SHELL}
12 .SHELL= overwritten
13 .if ${.SHELL} != ${ORIG_SHELL}
19 .MAKEFLAGS: .SHELL+=appended
20 .if ${.SHELL} != ${ORIG_SHELL}
27 .undef .SHELL
28 .SHELL= newly overwritten
29 .if ${.SHELL} != ${ORIG_SHELL}
H A Dvarname-dot-shell.exp1 Parsing line 10: ORIG_SHELL:= ${.SHELL}
3 Var_Parse: ${.SHELL} (eval-keep-dollar-and-undefined)
4 Global: ignoring delete '.SHELL' as it is not found
5 Command: .SHELL = (details omitted)
7 Parsing line 12: .SHELL= overwritten
8 Global: ignoring '.SHELL = overwritten' due to a command line variable of the same name
9 Parsing line 13: .if ${.SHELL} != ${ORIG_SHELL}
10 CondParser_Eval: ${.SHELL} != ${ORIG_SHELL}
11 Var_Parse: ${.SHELL} != ${ORIG_SHELL} (eval-defined)
14 Parsing line 19: .MAKEFLAGS: .SHELL
[all...]
/freebsd-current/usr.bin/bmake/tests/shell/path/
H A DMakefile.test4 # one of the builtin shells so that the .SHELL target automatically
14 .SHELL: path=${.OBJDIR}/sh
20 .SHELL: path=${.OBJDIR}/csh
26 .SHELL: path=${.OBJDIR}/ksh
/freebsd-current/usr.bin/bmake/tests/shell/meta/
H A DMakefile.test9 .SHELL: path="${.OBJDIR}/sh"
/freebsd-current/usr.bin/bmake/tests/shell/replace/
H A DMakefile.test12 .SHELL: name="shell" path="${.CURDIR}/shell" \
/freebsd-current/contrib/sendmail/
H A DMakefile3 SHELL= /bin/sh macro
14 $(SHELL) $(BUILD) $(OPTIONS)) || exit; \
21 $(SHELL) $(BUILD) $(OPTIONS) $@); \
28 $(SHELL) $(BUILD) $(OPTIONS) $@) || exit; \
35 $(SHELL) $(BUILD) $(OPTIONS) $@) || exit; \
42 $(SHELL) $(BUILD) $(OPTIONS) -c) || exit; \
47 $(SHELL) $(BUILD) $(OPTIONS)
/freebsd-current/bin/ed/test/
H A DMakefile2 SHELL= /bin/sh macro
18 $(SHELL) mkscripts.sh $(ED); \
23 @$(SHELL) ckscripts.sh $(ED)
/freebsd-current/usr.bin/bmake/tests/shell/path_select/
H A DMakefile.test14 .SHELL: name=sh path=${.CURDIR}/shell
20 .SHELL: name=csh path=${.CURDIR}/shell
26 .SHELL: name=ksh path=${.CURDIR}/shell

Completed in 229 milliseconds

12345678910