Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dflybsd-src/tools/snapshots/
H A Ddoclean41 if ( "$build" == "" ) then
47 if ( -e $build/root/usr/src/nrelease && -e $build/root/dev/null ) then
49 chroot $build/root csh -c "cd /usr/src/nrelease; make -DNOPROFILE -DWITHOUT_SRCS clean"
52 if ( -e $build/root/dev/null ) then
54 echo "`$xdate` - Unmount devfs from $build/root/dev"
55 umount $build/root/dev
57 echo "`$xdate` - Unable to umount $build/root/dev"
64 umount $build/root/usr/distfiles >& /dev/null
65 umount $build/root/usr/src >& /dev/null
66 umount $build/root/usr/dports >& /dev/null
[all …]
H A Ddobuild41 if ( ! -e $build/root/dev/null ) then
42 mount_devfs dummy $build/root/dev
46 umount $build/root/usr/distfiles >& /dev/null
47 umount $build/root/usr/src >& /dev/null
48 umount $build/root/usr/dports >& /dev/null
50 mount_null $build/distfiles $build/root/usr/distfiles
51 mount_null $build/src $build/root/usr/src
52 mount_null $build/dports $build/root/usr/dports
54 echo "`$xdate` - Build is running nrelease, tail -f $build/nrelease-build.out"
55 chroot $build/root csh -c "cd /usr/src/nrelease; make -DNOPROFILE -DWITHOUT_SRCS MAKE_JOBS=1 img $n…
[all …]
H A Ddocron5 ./doclean >& /build/snapshots/docron.out
10 ./dobuild >>& /build/snapshots/docron.out
H A Dconfig4 set build = /build/snapshots
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dconfigterms.texi10 The configure and build process has a long and colorful history, and can
16 There are three system names that the build knows about: the machine you
17 are building on (@dfn{build}), the machine that you are building for
20 @option{--build=}, @option{--host=}, and @option{--target=}.
22 Specifying the host without specifying the build should be avoided, as
24 is also the build, which may not be true.
26 If build, host, and target are all the same, this is called a
27 @dfn{native}. If build and host are the same but target is different,
28 this is called a @dfn{cross}. If build, host, and target are all
31 on the build at that time). If host and target are the same, but build
[all …]
H A Dconfigfiles.texi12 build; these are not documented.
24 the build machine, then @file{auto-build.h} is also created,
25 containing such information about the build machine.
45 build and target machines respectively, the configuration headers for
46 the target, and some definitions; for the host and build machines,
56 @file{bconfig.h}, for use in programs that run on the build machine.
70 @file{genpreds} program during the build to define the declarations
H A Dmakefile.texi15 This is the default target. Depending on what your build/host/target
49 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
163 For each package that is bootstrapped, relocate its build directory
189 Alternatively, you can use per-language targets to build and test
191 @command{make f951} will build a Fortran compiler even in the stage1
192 build directory.
/dflybsd-src/contrib/zstd/
H A DCHANGELOG21 build: fix cmake script when using path with spaces, by @terrelln
22 build: improved compile-time detection of aarch64/neon platforms, by @bsdimp
23 build: Fix building on AIX 5.1, by @likema
24 build: compile paramgrill with cmake on Windows, requested by @mirh
43 build: Install pkg-config file with CMake and MinGW, by @tonytheodore (#2183)
44 build: Install DLL with CMake on Windows, by @BioDataAnalysis (#2221)
45 build: Fix DLL install location with CMake, by @xantares and @bimbashrestha (#2186)
46 build: Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions
47 build: Add ZSTD_NO_INTRINSICS macro to avoid explicit intrinsics
48 build: Add STATIC_BMI2 macro for compile time detection of BMI2 on MSVC, by @Niadb (#2258)
[all …]
/dflybsd-src/dports.base/
H A Ddsynth.ini4 ; Note that /build/synth will be sed-replaced by buildworld when
12 Directory_packages= /build/synth/live_packages
13 Directory_repository= /build/synth/live_packages/All
15 Directory_options= /build/synth/options
17 Directory_buildbase= /build/synth/build
18 Directory_logs= /build/synth/logs
H A DREADME.dports.base20 Our Makefile system for building the world is now able to build these ports
22 a completely pristine build of the required ports.
29 to bootstrap the dsynth build and get basic networking operational.
/dflybsd-src/usr.sbin/installer/dfuibe_installer/
H A Dfn_subpart_ufs.c269 unsigned long boot, root, swap, build; in default_capacity() local
290 build = (capacity - swap - boot) / 4; in default_capacity()
296 if (build > BUILD_MAX) in default_capacity()
297 build = BUILD_MAX; in default_capacity()
301 root = (capacity - swap - boot - build); in default_capacity()
308 if (build && root < build * 2) { in default_capacity()
309 --build; in default_capacity()
316 if (build && root < capacity / 2) { in default_capacity()
317 --build; in default_capacity()
328 if (build < BUILD_MIN) { in default_capacity()
[all …]
H A Dfn_subpart_hammer.c311 unsigned long boot, root, swap, build; in default_capacity() local
332 build = (capacity - swap - boot) / 4; in default_capacity()
339 if (build > BUILD_MAX) in default_capacity()
340 build = BUILD_MAX; in default_capacity()
344 root = (capacity - swap - boot - build); in default_capacity()
351 if (build && root < build * 2) { in default_capacity()
352 --build; in default_capacity()
359 if (build && root < capacity / 2) { in default_capacity()
360 --build; in default_capacity()
371 if (build < BUILD_MIN) { in default_capacity()
[all …]
/dflybsd-src/sys/contrib/dev/acpica/generate/release/
H A Drelease.sh122 bash build.sh source win
123 bash build.sh source unix
124 bash build.sh source unix2
132 bash build.sh test win
133 bash build.sh test unix
141 bash build.sh binary win
/dflybsd-src/crypto/libressl/ssl/
H A Dssl_tlsext.c1971 int (*build)(SSL *s, uint16_t msg_type, CBB *cbb); member
1989 .build = tlsext_versions_client_build,
1994 .build = tlsext_versions_server_build,
2004 .build = tlsext_keyshare_client_build,
2009 .build = tlsext_keyshare_server_build,
2018 .build = tlsext_sni_client_build,
2023 .build = tlsext_sni_server_build,
2032 .build = tlsext_ri_client_build,
2037 .build = tlsext_ri_server_build,
2047 .build = tlsext_ocsp_client_build,
[all …]
/dflybsd-src/bin/ed/test/
H A DMakefile9 check: build test
14 build: mkscripts.sh target
22 test: build ckscripts.sh
/dflybsd-src/
H A DREADME13 ``buildkernel'' and ``installkernel'' targets build and install
16 standard build targets and compile-time flags.
21 Also see the build(7) and config(8) man pages.
23 Note: If you want to build and install the kernel with the
24 ``buildkernel'' and ``installkernel'' targets, you might need to build
H A DMakefile.inc1121 .error To cross-build, set TARGET_ARCH.
367 cd ${.CURDIR}; ${TMAKE} build-tools
491 mkdir -p ${WORLDDEST}/chroot/build/synth
492 mkdir -p ${WORLDDEST}/chroot/build/synth/live_packages
493 mkdir -p ${WORLDDEST}/chroot/build/synth/logs
494 mkdir -p ${WORLDDEST}/chroot/build/synth/options
495 mkdir -p ${WORLDDEST}/chroot/build/synth/build
497 cp ${.CURDIR}/dports.base/dsynth.ini ${WORLDDEST}/chroot/build/synth/
498 cp ${.CURDIR}/dports.base/pkg.conf ${WORLDDEST}/chroot/build/
501 chroot ${WORLDDEST}/chroot dsynth -SS -y -C /build/synth build dragonfly/base
[all …]
H A D.gitignore20 # They have been commented out because the system "make" will pick up build
21 # products in the source tree causing strange build failures. The benefit
23 # liability of chasing build failures caused by "invisible" files. This
/dflybsd-src/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:
/dflybsd-src/contrib/bmake/
H A Dmakefile.in9 all: build
11 build clean install test:
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-DPP25 wpa_supplicant build config
28 Enable DPP and protected management frame in wpa_supplicant build config
34 hostapd build config
37 Enable DPP and protected management frame in hostapd build config file
42 Configurator build config
46 managment frames in build config. For an AP to act as Configurator,
/dflybsd-src/bin/mkdir/
H A Dmkdir.c46 static int build(char *, mode_t);
100 if (build(*argv, omode)) in main()
129 build(char *path, mode_t omode) in build() function
/dflybsd-src/usr.bin/dfregress/
H A DNOTES31 2) build testcase (make) (unless nobuild flag is set).
34 build command), set RESULT_PREFAIL (sysbuf is of interest), goto (6)
35 - if the build command has a non-zero exit value, set the result to
50 - for BUILDONLY: set RESULT_PASS since the build already succeeded
/dflybsd-src/contrib/bmake/mk/
H A DREADME184 make configuration file to modify the behaviour of the system build
189 Do not build /usr/src/domestic, even if it is present.
204 NOPROFILE Do not build profiled versions of system libraries
206 NOPIC Do not build PIC versions of system libraries, and
207 do not build shared libraries. [set if ${MACHINE_ARCH}
210 NOLINT Do not build lint libraries. [set, set unconditionally]
224 build the program and its manual page
281 PROG The name of the program to build. If not supplied, nothing
284 SRCS List of source files to build the program. If PROG is not
329 To build foo from foo.c with a manual page foo.1, use:
[all …]
/dflybsd-src/test/stress/stress2/misc/
H A Dldt2.sh41 First of all you will need a i386 jail on amd64. This could be build like
82 It would seem that the default build of mplayer does not contain
83 the i386 codec, so you have to build mplayer your self with option

12345678910>>...12