Searched refs:build (Results 1 - 25 of 251) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/modules/aic7xxx/aicasm/
H A DMakefile9 build-tools: ${PROG}
/freebsd-9.3-release/sys/contrib/dev/ral/
H A DMakefile10 }') | ${CC} -o build -x c -
11 (sed 's/^/# /' LICENSE; ./build | uuencode rt2561s.fw) > ${.TARGET}
18 }') | ${CC} -o build -x c -
19 (sed 's/^/# /' LICENSE; ./build | uuencode rt2561.fw) > ${.TARGET}
26 }') | ${CC} -o build -x c -
27 (sed 's/^/# /' LICENSE; ./build | uuencode rt2661.fw) > ${.TARGET}
34 }') | ${CC} -o build -x c -
35 (sed 's/^/# /' LICENSE; ./build | uuencode rt2860.fw) > ${.TARGET}
38 rm -f build build
[all...]
/freebsd-9.3-release/sys/contrib/dev/mwl/
H A DMakefile9 }') | ${CC} -o build -x c -
10 (sed 's/^/# /' LICENSE; ./build | uuencode mw88W8363.fw) > ${.TARGET}
16 }') | ${CC} -o build -x c -
17 (sed 's/^/# /' LICENSE; ./build | uuencode mwlboot.fw) > ${.TARGET}
20 rm -f build build.c ${FILES}
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
/freebsd-9.3-release/lib/clang/
H A Dclang.lib.mk5 .include "clang.build.mk"
/freebsd-9.3-release/contrib/dialog/package/debian/
H A Drules32 --build=$(DEB_BUILD_GNU_TYPE) \
45 build: build-stamp
46 build-stamp: configure-stamp
51 touch build-stamp
59 rm -f configure-stamp build-stamp install-stamp
64 install-stamp: build-stamp
75 binary-indep: build install
79 binary-arch: build install
95 .PHONY: build clea
[all...]
/freebsd-9.3-release/bin/ed/test/
H A DMakefile9 check: build test
14 build: mkscripts.sh
22 test: build ckscripts.sh
/freebsd-9.3-release/contrib/libstdc++/scripts/
H A Dmake_graphs.py22 def logical_build_from_build(build):
23 if build == 'gcc':
25 if build == 'msvc':
27 if build == 'local':
29 sys.stderr.write(build)
64 def make_png_str(label, test_name, build):
67 ret += '<img src="%s" ' % (test_name + '_' + build + '.png')
88 build = settings_m.groups()[0]
89 if build == build_name:
90 logical_build_name = logical_build_from_build(build)
[all...]
H A Dtestsuite_flags.in16 --build-includes
17 --build-cxx
36 --build-includes)
45 --build-cxx)
H A Dmake_graph.py336 def build(self, s_desc): member in class:cc_hash_desc_to_html_builder
347 def build(self, s_desc): member in class:gp_hash_desc_to_html_builder
378 def build(self, s_desc): member in class:basic_tree_desc_to_html_builder
389 def build(self, s_desc): member in class:basic_trie_desc_to_html_builder
396 def build(self, s_desc): member in class:lu_desc_to_html_builder
406 def build(self, s_desc): member in class:std_desc_to_html_builder
412 def build(self, s_desc): member in class:std_tr1_desc_to_html_builder
422 def build(self, s_desc): member in class:gnucxx_desc_to_html_builder
427 def build(self, s_desc): member in class:stdext_desc_to_html_builder
432 def build(sel member in class:npq_desc_to_html_builder
441 def build(self, s_desc): member in class:binary_heap_desc_to_html_builder
448 def build(self, s_desc): member in class:thin_heap_desc_to_html_builder
455 def build(self, s_desc): member in class:binomial_heap_desc_to_html_builder
462 def build(self, s_desc): member in class:rc_binomial_heap_desc_to_html_builder
469 def build(self, s_desc): member in class:pairing_heap_desc_to_html_builder
538 def build(self, desc): member in class:legend_desc_builder
[all...]
/freebsd-9.3-release/gnu/usr.bin/binutils/
H A Dupdate.sh16 rm -rf build
17 mkdir build
21 (cd build
47 rm -rf build
/freebsd-9.3-release/sys/dev/vxge/
H A Dvxgell-version.h41 #define VXGE_FW_VERSION(major, minor, build) \
42 ((major << 16) + (minor << 8) + build)
/freebsd-9.3-release/contrib/ntp/
H A Dflock-build55 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
75 echo flock-build running on $i? check LIST, skipping
82 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" &
83 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS" &
84 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf $BUILD_ARGS" &
85 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" &
98 ./build $SIG $PARSE $STD $BUILD_ARGS &
101 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
106 ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS &
109 echo \`date -u '+%H:%M:%S'\` $i started build \
[all...]
H A DMakefile.am45 build \
48 flock-build \
89 ../scripts/build/checkHtmlFileDates
110 $(srcdir)/.checkChangeLog: $(srcdir)/ChangeLog $(srcdir)/scripts/build/checkChangeLog
112 ./scripts/build/checkChangeLog
133 || scripts/build/genCommitLog
137 CVO=`$(srcdir)/sntp/libevent/build-aux/config.guess`
/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DcheckHtmlFileDates13 ../scripts/build/updateBEDate $i
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dversion.h32 #include <dev/nxge/include/build-version.h>
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxgehal-version.h36 #include <dev/vxge/include/build-version.h>
55 * VXGE_HAL_VERSION_BUILD - HAL build version
/freebsd-9.3-release/usr.bin/mkcsmapper_static/
H A DMakefile11 build-tools: mkcsmapper_static
/freebsd-9.3-release/usr.bin/mkesdb_static/
H A DMakefile11 build-tools: mkesdb_static
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh3 # Multi-build script for testing compilation of all maintained
31 -k Keep going. Do not stop after the first build fails.
32 --keep Keep builds. Do not remove each build when finished.
33 -e <regexp> Regular expression for selecting the targets to build.
74 # Should we soldier on after the first build fails?
132 # Get the list of targets and the build options
157 # Usage: fail <message> <test-that-should-succeed>. Should the build
159 # the message and shoot everything in sight and abort the build.
200 # For each target, configure, build and test it.
209 # build b
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A DMakefile214 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) "ML=mlfk_ipl.c" "MLD=mlfk_ipl.c" "LKM=ipf.ko.5" "LKMR=ipfrule.ko.5" "DLKM=-DKLD_MODULE" "MLR=mlfk_rule.o"; cd ..)
215 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS1); cd ..)
224 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) "ML=mlfk_ipl.c" "MLD=mlfk_ipl.c" "LKM=ipf.ko" "LKMR=ipfrule.ko" "DLKM=-DKLD_MODULE" "MLR=mlfk_rule.o"; cd ..)
225 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS1); cd ..)
229 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS1) "ML=mlf_ipl.c" "MLR=mlf_rule.o" LKM= LKMR=; cd ..)
230 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS1); cd ..)
243 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) 'DLKM=-D_LKM' "ML=mln_ipl.c" LKMR= "MLR=mln_rule.o"; cd ..)
244 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS); cd ..)
248 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) 'DLKM=-D_LKM' "ML=mlo_ipl.c" LKMR= "MLR=mlo_rule.o"; cd ..)
249 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TO
[all...]
/freebsd-9.3-release/contrib/binutils/
H A DMakefile.def67 extra_configure_flags='--disable-shared --with-gmp-build=$$r/$(HOST_SUBDIR)/gmp';
271 dependencies = { module=all-build-bison; on=all-build-texinfo; };
272 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
273 dependencies = { module=all-build-flex; on=all-build-texinfo; };
274 dependencies = { module=all-build-flex; on=all-build-bison; };
275 dependencies = { module=all-build
[all...]
/freebsd-9.3-release/share/man/man7/
H A DMakefile8 build.7 \
/freebsd-9.3-release/usr.bin/clang/
H A Dclang.prog.mk5 .include "../../lib/clang/clang.build.mk"
/freebsd-9.3-release/bin/mkdir/
H A Dmkdir.c56 static int build(char *, mode_t);
103 success = build(*argv, omode);
139 build(char *path, mode_t omode) function

Completed in 146 milliseconds

1234567891011