Home
last modified time | relevance | path

Searched refs:BUILD (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-11-stable/contrib/sendmail/mail.local/
HDMakefile4 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/rmail/
HDMakefile4 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/
HDMakefile7 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/sendmail/libsm/
HDMakefile4 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/
HDMakefile4 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/
HDMakefile4 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/
HDMakefile4 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/test/
HDMakefile4 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/
HDMakefile4 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/
HDMakefile4 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/
HDMakefile4 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/
HDMakefile4 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/
HDMakefile4 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/
HDMakefile4 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/
HDMakefile4 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/openresolv/
HDconfigure6 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/sqlite3/tea/
HDREADME7 UNIX BUILD
20 WINDOWS BUILD
/freebsd-11-stable/contrib/nvi/ex/
HDex_subst.c317 #define BUILD(sp, l, len) { \ macro
593 BUILD(sp, s + offset, 1) in s()
665 BUILD(sp, s +offset, match[0].rm_eo); in s()
688 BUILD(sp, s + offset, match[0].rm_so); in s()
719 BUILD(sp, s + offset, len) in s()
752 BUILD(sp, s, offset); in s()
788 BUILD(sp, s + offset, len) in s()
/freebsd-11-stable/contrib/bzip2/
HDREADME23 HOW TO BUILD -- UNIX
48 HOW TO BUILD -- UNIX, shared library libbz2.so.
72 HOW TO BUILD -- Windows 95, NT, DOS, Mac, etc.
/freebsd-11-stable/contrib/sqlite3/
HDREADME.txt12 SUMMARY OF HOW TO BUILD
/freebsd-11-stable/contrib/tcsh/
HDMakefile.vms10 BUILD=tcsh
313 all: ${BUILD}
HDMakefile.std10 BUILD=tcsh
336 all: ${BUILD}
HDMakefile.in10 BUILD=tcsh$(EXEEXT)
430 all: ${BUILD} catalogs
/freebsd-11-stable/contrib/binutils/binutils/
HDMAINTAINERS67 BUILD SYSTEM Ben Elliston <bje@gnu.org>
68 BUILD SYSTEM Daniel Jacobowitz <dan@debian.org>
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDChangeLog-2.035 BUILD FIXES:
95 BUILD FIXES:
128 BUILD FIXES:
196 BUILD AND TESTING FIXES:
225 BUILD AND TESTING FIXES:
253 BUILD FIXES
275 BUILD FIXES
355 BUILD FIXES:
376 BUILD IMPROVEMENTS:
612 BUILD AND DISTRIBUTION
[all …]

123