Home
last modified time | relevance | path

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

12345678910>>...12

/dragonfly/tools/snapshots/
H A Ddoclean47 if ( -e $build/root/usr/src/nrelease && -e $build/root/dev/null ) then
103 pushd $build
109 pushd $build/src
142 mount_null $build/src $build/root/usr/src
143 mount_null $build/dports $build/root/usr/dports
144 mount_null $build/distfiles $build/root/usr/distfiles
158 make -j $ncpu quickworld >& $build/build.out
166 make -j $ncpu buildworld >& $build/build.out
177 make installworld DESTDIR=$build/root >& $build/install.out
179 make distribution DESTDIR=$build/root >& $build/install.out
[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
55 chroot $build/root csh -c "cd /usr/src/nrelease; make -DNOPROFILE -DWITHOUT_SRCS MAKE_JOBS=1 img $n…
128 umount $build/root/usr/src >& /dev/null
[all …]
H A Ddocron5 ./doclean >& /build/snapshots/docron.out
10 ./dobuild >>& /build/snapshots/docron.out
H A Dconfig4 set build = /build/snapshots
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dconfigterms.texi10 The configure and build process has a long and colorful history, and can
17 are building on (@dfn{build}), the machine that you are building for
20 @option{--build=}, @option{--host=}, and @option{--target=}.
24 is also the build, which may not be true.
26 If build, host, and target are all the same, this is called a
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
36 build a cross compiler that produces code for the machine you're
41 used to build the target libraries (like @code{libstdc++}). If build and host
43 compiler that will be used to build the target libraries (if you
[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.
/dragonfly/contrib/zstd/
H A DCHANGELOG50 build: Remove distutils requirement for meson build, by @neheb (#2197)
80 build: Meson multi-thread build fix on windows
150 build: Meson: fix build by @lzutao (#1602)
153 build: Fix MinGW-W64 build by @myzhang1029 (#1600)
177 build: Improve CMake build by @hjmjohnson
181 build: Extend fuzzer build system to work with the new clang engine
183 build: Improve Menson build by @lzutao
202 build: highly upgraded meson build, by @lzutao
204 build: fix cmake script : can create debug build, by @pitrou
219 build: control backtrace support through build macro BACKTRACE
[all …]
/dragonfly/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.
/dragonfly/usr.sbin/installer/dfuibe_installer/
H A Dfn_subpart_ufs.c296 if (build > BUILD_MAX) in default_capacity()
297 build = BUILD_MAX; in default_capacity()
308 if (build && root < build * 2) { in default_capacity()
309 --build; in default_capacity()
317 --build; in default_capacity()
328 if (build < BUILD_MIN) { in default_capacity()
334 build -= 2 * mem - swap; in default_capacity()
337 root += build; in default_capacity()
338 build = 0; in default_capacity()
345 if (build == 0) in default_capacity()
[all …]
H A Dfn_subpart_hammer.c339 if (build > BUILD_MAX) in default_capacity()
340 build = BUILD_MAX; in default_capacity()
351 if (build && root < build * 2) { in default_capacity()
352 --build; in default_capacity()
360 --build; in default_capacity()
371 if (build < BUILD_MIN) { in default_capacity()
377 build -= 2 * mem - swap; in default_capacity()
380 root += build; in default_capacity()
381 build = 0; in default_capacity()
388 if (build == 0) in default_capacity()
[all …]
/dragonfly/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
/dragonfly/crypto/libressl/ssl/
H A Dssl_tlsext.c2018 .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,
2052 .build = tlsext_ocsp_server_build,
2061 .build = tlsext_ecpf_client_build,
2066 .build = tlsext_ecpf_server_build,
2117 .build = tlsext_alpn_client_build,
2192 .build = tlsext_psk_client_build,
[all …]
/dragonfly/bin/ed/test/
H A DMakefile9 check: build test
14 build: mkscripts.sh target
22 test: build ckscripts.sh
/dragonfly/
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
493 mkdir -p ${WORLDDEST}/chroot/build/synth/logs
494 mkdir -p ${WORLDDEST}/chroot/build/synth/options
495 mkdir -p ${WORLDDEST}/chroot/build/synth/build
501 chroot ${WORLDDEST}/chroot dsynth -SS -y -C /build/synth build dragonfly/base
517 .ORDER: build-all install-all
551 build-all: _bwcleanup
1060 build-tools: build-tools-targets
[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
/dragonfly/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:
/dragonfly/contrib/bmake/
H A Dmakefile.in9 all: build
11 build clean install test:
/dragonfly/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,
/dragonfly/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
/dragonfly/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
/dragonfly/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
/dragonfly/contrib/bmake/mk/
H A DREADME189 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
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:
335 To build foo from foo.c with a manual page foo.2, add the line:
374 LIB The name of the library to build.
[all …]

12345678910>>...12