Searched refs:BUILD (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-11-stable/contrib/sendmail/rmail/
H A DMakefile4 BUILD= ./Build 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-11-stable/contrib/sendmail/mail.local/
H A DMakefile4 BUILD= ./Build 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-11-stable/contrib/sendmail/test/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/editmap/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/praliases/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/smrsh/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/libmilter/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/libsm/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/libsmdb/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/vacation/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/mailstats/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/makemap/
H A DMakefile4 BUILD= ./Build macro
8 $(SHELL) $(BUILD) $(OPTIONS) $@
10 $(SHELL) $(BUILD) $(OPTIONS) $@
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 $(SHELL) $(BUILD) $(OPTIONS) $@
17 $(SHELL) $(BUILD) $(OPTIONS) -c
/freebsd-11-stable/contrib/sendmail/
H A DMakefile7 BUILD= ./Build macro
14 $(SHELL) $(BUILD) $(OPTIONS)); \
21 $(SHELL) $(BUILD) $(OPTIONS) $@); \
28 $(SHELL) $(BUILD) $(OPTIONS) $@); \
35 $(SHELL) $(BUILD) $(OPTIONS) $@); \
42 $(SHELL) $(BUILD) $(OPTIONS) -c); \
47 $(SHELL) $(BUILD) $(OPTIONS)
/freebsd-11-stable/contrib/openresolv/
H A Dconfigure6 BUILD=
32 --build) BUILD=$var;;
85 if [ -z "$BUILD" ]; then
87 BUILD=$(uname -m)-unknown-$(uname -s | tr '[:upper:]' '[:lower:]')
89 : ${HOST:=$BUILD}
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_subst.c317 #define BUILD(sp, l, len) { \ macro
593 BUILD(sp, s + offset, 1)
665 BUILD(sp, s +offset, match[0].rm_eo);
688 BUILD(sp, s + offset, match[0].rm_so);
719 BUILD(sp, s + offset, len)
752 BUILD(sp, s, offset);
788 BUILD(sp, s + offset, len)
/freebsd-11-stable/contrib/tcsh/
H A DMakefile.std10 BUILD=tcsh
336 all: ${BUILD}
H A DMakefile.vms10 BUILD=tcsh
313 all: ${BUILD}
H A DMakefile.in10 BUILD=tcsh$(EXEEXT)
430 all: ${BUILD} catalogs
H A Dconfigure1311 --build=BUILD configure for building on BUILD [guessed]
1312 --host=HOST cross-compile to build programs to run on HOST [BUILD]
/freebsd-11-stable/contrib/gdb/
H A Dltconfig317 --build configure for building on BUILD [BUILD=HOST]
/freebsd-11-stable/crypto/openssl/
H A Dconfig54 [ "$BUILD" ] || VERSION=`(uname -v) 2>/dev/null` || VERSION="unknown"
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure828 --build=BUILD configure for building on BUILD [guessed]
829 --host=HOST cross-compile to build programs to run on HOST [BUILD]
/freebsd-11-stable/contrib/byacc/
H A Dconfigure673 --build=BUILD configure for building on BUILD [guessed]
674 --host=HOST build programs to run on HOST [BUILD]

Completed in 244 milliseconds

123