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

1234567891011>>

/freebsd-11-stable/contrib/bmake/
H A Dmakefile.in9 all: build
11 build clean install test:
/freebsd-11-stable/contrib/apr-util/
H A Dbuildconf46 if [ -f "$apr_src_dir/build/apr_common.m4" ]; then
61 rm -f build/apr_common.m4 build/find_apr.m4 build/install.sh \
62 build/config.guess build/config.sub build/get-version.sh
63 cp -p $apr_src_dir/build/apr_common.m4 $apr_src_dir/build/find_apr.m4 \
64 $apr_src_dir/build/instal
[all...]
/freebsd-11-stable/sys/contrib/dev/ral/
H A DMakefile11 }') | ${CC} -o build -x c -
12 (sed 's/^/# /' LICENSE; ./build | uuencode rt2561s.fw) > ${.TARGET}
20 }') | ${CC} -o build -x c -
21 (sed 's/^/# /' LICENSE; ./build | uuencode rt2561.fw) > ${.TARGET}
29 }') | ${CC} -o build -x c -
30 (sed 's/^/# /' LICENSE; ./build | uuencode rt2661.fw) > ${.TARGET}
38 }') | ${CC} -o build -x c -
39 (sed 's/^/# /' LICENSE; ./build | uuencode rt2860.fw) > ${.TARGET}
42 rm -f build build
[all...]
/freebsd-11-stable/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-11-stable/sys/modules/aic7xxx/aicasm/
H A DMakefile9 build-tools: ${PROG}
/freebsd-11-stable/contrib/byacc/package/debian/
H A Drules32 --build=$(DEB_BUILD_GNU_TYPE) \
40 build: build-stamp
41 build-stamp: configure-stamp
46 touch build-stamp
54 rm -f configure-stamp build-stamp install-stamp \
62 install-stamp: build-stamp
73 binary-indep: build install
77 binary-arch: build install
93 .PHONY: build clea
[all...]
/freebsd-11-stable/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-11-stable/contrib/apr/
H A Dbuildconf29 build/buildcheck.sh $verbose || exit 1
31 libtoolize=`build/PrintPath glibtoolize1 glibtoolize libtoolize15 libtoolize14 libtoolize`
48 (cd build ; rm -f ltconfig ltmain.sh argz.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4)
84 rm -f build/libtool.m4
85 cp -p $ltfile build/libtool.m4
95 mv build/libtool.m4 build/libtool.m4.$$
96 sed -e 's/\(LIBTOOL=.*\)top_build/\1apr_build/' < build/libtool.m4.$$ > build/libtool.m4
97 rm -f build/libtoo
[all...]
H A DMakefile.in39 TARGETS = $(TARGET_LIB) include/private/apr_escape_test_char.h apr.exp apr-config.out build/apr_rules.out
48 build/apr_rules.out tools/gen_test_char@EXEEXT@ \
53 libtool $(APR_CONFIG) build/apr_rules.mk apr.pc \
54 build/pkg/pkginfo
56 build-outputs.mk build/ltcf-c.sh build/aclocal.m4 \
57 build/ltconfig build/ltmain.sh \
58 build/arg
[all...]
/freebsd-11-stable/bin/ed/test/
H A DMakefile9 check: build test
14 build: mkscripts.sh
22 test: build ckscripts.sh
/freebsd-11-stable/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)
/freebsd-11-stable/gnu/usr.bin/binutils/
H A Dupdate.sh16 rm -rf build
17 mkdir build
21 (cd build
47 rm -rf build
/freebsd-11-stable/sys/dev/vxge/
H A Dvxgell-version.h41 #define VXGE_FW_VERSION(major, minor, build) \
42 ((major << 16) + (minor << 8) + build)
/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/subversion/
H A Dautogen.sh30 # Run tests to ensure that our build requirements are met
58 ./build/buildcheck.sh "$RELEASE_MODE" || exit 1
67 libtoolize="`./build/PrintPath glibtoolize libtoolize glibtoolize1 libtoolize15 libtoolize14`"
75 rm -f build/config.guess build/config.sub
106 rm -f build/libtool.m4
107 cp "$ltfile" build/libtool.m4
110 rm -f build/$file
121 cp "$ltfile" "build/$file"
130 elif [ -d "$ltpath/../share/libtool/build
[all...]
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DcheckHtmlFileDates13 ../scripts/build/updateBEDate $i
/freebsd-11-stable/targets/pseudo/kernel/
H A DMakefile18 ${KERNCONF}.build: .MAKE ${KERNCONF}.config
22 all: ${KERNCONF}.build
/freebsd-11-stable/sys/dev/nxge/include/
H A Dversion.h32 #include <dev/nxge/include/build-version.h>
/freebsd-11-stable/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-11-stable/contrib/atf/atf-c++/
H A Dbuild.hpp37 namespace build { namespace in namespace:atf
50 } // namespace build
/freebsd-11-stable/usr.bin/mkcsmapper_static/
H A DMakefile12 build-tools: mkcsmapper_static
/freebsd-11-stable/usr.bin/mkesdb_static/
H A DMakefile12 build-tools: mkesdb_static
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp61 unsigned major = 0, minor = 0, micro = 0, build = 0; local
100 if (parseInt(input, build))
107 *this = VersionTuple(major, minor, micro, build);
/freebsd-11-stable/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...]

Completed in 435 milliseconds

1234567891011>>