Searched refs:build (Results 51 - 75 of 458) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/clang/
H A Dclang.prog.mk8 .include "${SRCTOP}/lib/clang/clang.build.mk"
H A Dllvm.prog.mk7 .include "${SRCTOP}/lib/clang/llvm.build.mk"
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dinstall_expat.sh24 --build="$AUTOTOOLS_BUILD" --host="$AUTOTOOLS_HOST" \
46 echo "Failed to build Expat"
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DUpdatePoint335 scripts/build/VersionName
350 scripts/build/VersionName
354 scripts/build/VersionName -p ./packageinfo.sh+
H A Dgenver38 dversion=`../scripts/build/VersionName -p ../packageinfo.sh`
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dbuild_test.cpp26 #include "atf-c++/build.hpp"
164 atf::build::c_o(test->sfile, test->ofile,
185 atf::build::cpp(test->sfile, test->ofile,
207 atf::build::cxx_o(test->sfile, test->ofile,
H A Dpkg_config_test.sh65 atf_test_case build
140 atf_add_test_case build
/freebsd-11-stable/contrib/wpa/hs20/client/
H A DAndroid.mk19 # build (e.g., "mm -B" failed to build, but following that with "mm" allowed
20 # the build to complete). For now, add the include directory manually here for
/freebsd-11-stable/share/mk/
H A Datf.test.mk5 # Logic to build and install ATF test programs; i.e. test programs linked
12 # List of C, C++ and shell test programs to build.
15 # respectively, from bsd.prog.mk. However, the build rules are tweaked to
H A Dbsd.init.mk5 # top of all <bsd.*.mk> files that actually "build something".
38 # Some targets need to know when something may build. This is used to
42 # Skip "build" logic if:
47 # - non-build targets are called
H A Dbsd.nls.mk36 # .msg file pre-build rules
53 # .cat file build rules
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in31 # Set by autoconf to "all.internal" for a native build, or
32 # "all.cross" to build a cross compiler.
61 build=@build@
70 # Directories used during build
81 # Top build directory for this package, relative to here.
133 SUBDIRS =@subdirs@ build
139 # Selection of languages to be made during stage1 build.
143 # CFLAGS is for the user to override to, e.g., do a cross build with -O2.
202 build
[all...]
/freebsd-11-stable/contrib/atf/atf-c/
H A Dpkg_config_test.sh65 atf_test_case build
140 atf_add_test_case build
/freebsd-11-stable/contrib/ee/
H A Dcreate.make169 source code to be able to build!
171 Modify the file make.default and build ee by typing:
196 source code to be able to build!
198 Modify the file make.default and build ee by typing:
/freebsd-11-stable/crypto/heimdal/
H A Dcompile45 If you are trying to build a whole package this is not the
111 # object file name, since that is what matters with a parallel build.
/freebsd-11-stable/lib/libmagic/
H A DMakefile12 .if !make(build-tools)
59 build-tools: mkmagic
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c40 #include <build.priv.h>
/freebsd-11-stable/contrib/ntp/
H A Dbootstrap32 (cd sntp && ../scripts/build/genver) || {
33 echo scripts/build/genver failed ; exit 1; }
/freebsd-11-stable/contrib/libucl/
H A DMakefile.am22 coverage: coverage-requirement-check clean-coverage coverage-build coverage-check coverage-report
25 coverage-build: coverage-requirement-check
31 @echo "Start to build libraries with coverage options..."
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A DMakefile42 build-tools: ${PROG}
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec22 %build
58 - 0.3: portability fixes (this might build on non-Linux-PAM now).
/freebsd-11-stable/usr.bin/awk/
H A DMakefile28 build-tools: maketab
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi14 This is the default target. Depending on what your build/host/target
48 build gcc.
84 the various steps of the build, including bootstrapping the compiler
85 and using the new compiler to build target libraries.
98 is taken from its build directory (if it had been built previously),
101 stage2 build to crash. It does not provide as good coverage of the
162 For each package that is bootstrapped, relocate its build directory
188 Alternatively, you can use per-language targets to build and test
190 @command{make f951} will build a Fortran compiler even in the stage1
191 build director
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltconfig209 build=NONE
317 --build configure for building on BUILD [BUILD=HOST]
319 --disable-shared do not build shared libraries
320 --disable-static do not build static libraries
347 --build) prev=build ;;
348 --build=*) build="$optarg" ;;
565 # Check for the build system type
566 echo $ac_n "checking build syste
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c514 int build ; /* 0 or 1 */ local
547 for (build=0; build<=1; build++){
556 if (build){
619 if (build)
629 if (build)
636 if (!build){
658 if (build){
665 if (!build){
[all...]

Completed in 170 milliseconds

1234567891011>>