Searched refs:build (Results 101 - 125 of 304) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/apr-util/dbm/
H A DNWGNUdbmdb9 # Get the 'head' of the build environment. This includes default targets and
14 include $(APR_WORK)/build/NWGNUhead.inc
18 # build this level's files
26 # for now defined here - should finally go into build/NWGNUenvironment.inc
143 # $(AP_WORK)\build\NWGNUenvironment.inc
283 # correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
H A DNWGNUdbmgdbm9 # Get the 'head' of the build environment. This includes default targets and
14 include $(APR_WORK)/build/NWGNUhead.inc
18 # build this level's files
26 # for now defined here - should finally go into build/NWGNUenvironment.inc
142 # $(AP_WORK)\build\NWGNUenvironment.inc
282 # correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
/freebsd-10.1-release/contrib/apr-util/test/
H A DNWGNUaputest6 # Get the 'head' of the build environment if necessary. This includes default
11 include $(APR_WORK)/build/NWGNUhead.inc
115 # $(APR_WORK)/build/NWGNUenvironment.inc
266 # correct place. (See $(APR_WORK)/build/NWGNUhead.inc for examples)
/freebsd-10.1-release/contrib/bmake/mk/
H A Dsrctop.mk32 .for rd in share/mk build/mk mk
H A Dlibs.mk28 # They may have asked us to build just one
H A Dprogs.mk28 # They may have asked us to build just one
/freebsd-10.1-release/contrib/byacc/package/
H A Dbyacc.spec26 %build
H A Dmingw-byacc.spec26 %build
/freebsd-10.1-release/contrib/ncurses/
H A Dconvert_configure.pl101 s/^(host|build)=NONE$/$1=x86-emx-os2/; # Make default host/build
/freebsd-10.1-release/contrib/ofed/librdmacm/
H A Dlibrdmacm.spec38 %build
/freebsd-10.1-release/contrib/sendmail/contrib/
H A Dbuildvirtuser42 buildvirtuser will build /etc/mail/virtusertable.db and /etc/mail/virthosts
56 The -t option instructs the program to build a text file instead of a
/freebsd-10.1-release/crypto/openssl/crypto/des/
H A DFILES010 Makefile.PL - An old makefile to build with perl5, not current.
/freebsd-10.1-release/tools/build/options/
H A Dmakeman132 .Nd "source build options"
136 file contains settings that will apply to every build involving the
139 .Xr build 7 .
165 for a particular build.
170 effectively resets all build controls to their defaults.
184 for a particular build via the
292 .Xr build 7 ,
/freebsd-10.1-release/contrib/ntp/
H A Dbuild17 echo "Wrong directory for build on host $IAM"
33 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
38 # in the build-aux directory if there's not another config.guess earlier
41 CVO=`env PATH="$PATH:./sntp/libevent/build-aux" sntp/scripts/cvo.sh @cvo@`
83 echo "build: NTP_BDIR must be either 'cvo' or 'host'!" 1>&2
160 echo "build: need help finding test binary" 1>&2
/freebsd-10.1-release/sys/dev/sfxge/common/
H A Defx_mcdi.c490 uint32_t build; local
514 build = MCDI_OUT_DWORD(req, GET_VERSION_OUT_FIRMWARE);
529 build = MCDI_OUT_DWORD(req, GET_VERSION_OUT_FIRMWARE);
533 if (build == MC_CMD_GET_VERSION_OUT_FIRMWARE_BOOTROM) {
567 *buildp = build;
/freebsd-10.1-release/
H A DMakefile6 # universe - *Really* build *everything* (buildworld and
8 # tinderbox - Same as universe, but presents a list of failed build
20 # kernel-toolchain - Builds the subset of world necessary to build a kernel
35 # xdev - xdev-build + xdev-install for the architecture
37 # xdev-build - Build cross-development tools.
56 # If you want to build your system from source be sure that /usr/obj has
57 # at least 1GB of diskspace available. A complete 'universe' build requires
60 # For individuals wanting to build from the sources currently on their
86 # cross build world for other machine types using the buildworld target,
87 # and once the world is built you can cross build
[all...]
H A DMakefile.inc124 # LOCAL_TOOL_DIRS="list of dirs" to add additional dirs to the build-tools
38 # doxygen - build API documentation of the kernel
174 .error To cross-build, set TARGET_ARCH.
204 # build-tools and cross-tools stages.
209 # 2. build-tools stage [TMAKE]
212 # the build process.
241 MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" \
252 # build-tools stage
339 # In the case of xdev-build tools, CROSS_BINUTILS_PREFIX won't be a
468 # The m4 build o
[all...]
/freebsd-10.1-release/contrib/gdb/
H A Dlibtool.m470 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
254 << --enable-shared[=PKGS] build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
287 << --enable-static[=PKGS] build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
833 --build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
867 --build="$build" --add-tag=GCJ $ac_aux_dir/ltcf-gcj.sh $host \
/freebsd-10.1-release/contrib/apr/
H A DNWGNUmakefile22 build \
34 # Get the 'head' of the build environment. This includes default targets and
38 include $(APR_WORK)/build/NWGNUhead.inc
41 # build this level's files
146 # $(APR_WORK)/build/NWGNUenvironment.inc
375 # correct place. (See $(APR_WORK)/build/NWGNUhead.inc for examples)
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp189 PBQPRAProblem *PBQPBuilder::build(MachineFunction *mf, const LiveIntervals *lis, function in class:PBQPBuilder
313 PBQPRAProblem *PBQPBuilderWithCoalescing::build(MachineFunction *mf, function in class:PBQPBuilderWithCoalescing
318 OwningPtr<PBQPRAProblem> p(PBQPBuilder::build(mf, lis, mbfi, vregs));
591 builder->build(mf, lis, mbfi, vregsToAlloc));
/freebsd-10.1-release/tools/tools/vxge/
H A Dvxge_cmn.h192 u32 build; member in struct:_vxge_hal_device_version_t
/freebsd-10.1-release/contrib/ntp/util/
H A DMakefile.am109 $(top_srcdir)/scripts/build/check--help $@
127 env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntp-keygen
/freebsd-10.1-release/contrib/ntp/ntpdc/
H A DMakefile.am116 $(top_srcdir)/scripts/build/check--help $@
137 env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdc
/freebsd-10.1-release/contrib/ntp/ntpq/
H A DMakefile.am109 $(top_srcdir)/scripts/build/check--help $@
122 env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpq
/freebsd-10.1-release/contrib/apr-util/
H A DNWGNUmakefile23 # Get the 'head' of the build environment. This includes default targets and
27 include $(APR_WORK)/build/NWGNUhead.inc
132 # $(APR_WORK)/build/NWGNUenvironment.inc
291 # correct place. (See $(APR_WORK)/build/NWGNUhead.inc for examples)

Completed in 272 milliseconds

1234567891011>>