| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | configterms.texi | 10 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 …]
|
| /netbsd/src/external/gpl3/gcc/usr.bin/backend/ |
| D | Makefile | 174 genmodes: genmodes.lo build-errors.lo 187 genmatch: genmatch.lo build-errors.lo build-vec.lo build-hash-table.lo build-sort.lo 219 build-rtl.cc: rtl.cc \ 222 rm -f build-rtl.cc 225 build-rtl.lo: ${HH} insn-constants.h 226 CLEANFILES+= build-rtl.cc 228 build-print-rtl.cc: print-rtl.cc \ 231 rm -f build-print-rtl.cc 234 build-print-rtl.lo: ${HH} 235 build-print-rtl.o: print-rtl.cc $(BCONFIG_H) $(SYSTEM_H) coretypes.h \ [all …]
|
| /netbsd/src/external/bsd/kyua-cli/dist/engine/ |
| D | metadata_test.cpp | 55 const engine::metadata md = engine::metadata_builder().build(); in ATF_TEST_CASE_BODY() 111 .build(); in ATF_TEST_CASE_BODY() 128 .build(); in ATF_TEST_CASE_BODY() 132 .build(); in ATF_TEST_CASE_BODY() 183 .build(); in ATF_TEST_CASE_BODY() 244 .build(); in ATF_TEST_CASE_BODY() 263 const engine::metadata md1 = engine::metadata_builder().build(); in ATF_TEST_CASE_BODY() 264 const engine::metadata md2 = engine::metadata_builder().build(); in ATF_TEST_CASE_BODY() 275 .build(); in ATF_TEST_CASE_BODY() 289 .build(); in ATF_TEST_CASE_BODY() [all …]
|
| D | test_program_test.cpp | 83 .build(); in ATF_TEST_CASE_BODY() 101 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY() 114 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY() 126 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY() 140 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY() 144 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY() 158 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY() 179 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY() 195 .build(); in ATF_TEST_CASE_BODY() 204 engine::metadata_builder().build()); in ATF_TEST_CASE_BODY() [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/windows/ |
| D | README.md | 31 used to build the installers. 33 * __Cygwin__: The Heimdal build system requires a number of additional 37 However, a recent build of `makeinfo` is required for building the 40 * __Certificate for code-signing__: The Heimdal build produces a 43 binaries produced by the build including installers can be signed 51 3. Setting up the build environment 54 * Start with a Windows SDK or Visual Studio build environment. The 55 target platform, OS and build type (debug / release) is determined 56 by the build environment. 59 script to set up a build environment targetting 64-bit Windows XP or [all …]
|
| D | NTMakefile.version | 33 # Debug build flag 38 # Define to 1 if this is a pre-release build. Undefine otherwise 41 # Define to a valid string if this build DOES NOT follow normal 42 # release procedures. I.e. this is a private build whose version 45 #VER_PRIVATE=Private build for MyCompany 47 # Define to a valid string if this build DOES follow normal release 51 #VER_SPECIAL=Special build for testing ticket 12345
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | flock-build | 43 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then 63 echo flock-build running on $i? check LIST, skipping 86 ./build $SIG $PARSE $STD $BUILD_ARGS & 89 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 94 … ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS & 97 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 100 … ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS & 103 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 106 …./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-su… 109 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 [all …]
|
| /netbsd/src/external/bsd/tre/dist/tests/ |
| D | build-on-hosts.sh | 7 ./utils/build-sources.sh > /dev/null 12 for f in tests/build-hosts/*; do 23 . tests/build-hosts/$hostfile 32 cat tests/build-hosts/$hostfile > $hostfile.tmp 38 scp dist/$pkg tests/build-run.sh $scp_host:build-tmp 39 scp $hostfile.tmp $scp_host:build-tmp/build-params.sh
|
| D | build-tests.sh | 25 rm -rf tmp-build 26 mkdir tmp-build 27 cd tmp-build 30 ../configure $opts > build-log.txt 2>&1 31 $make >> build-log.txt 2>&1 32 $make check >> build-log.txt 2>&1
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | solib-search.exp | 54 remote_exec build "rm -rf [standard_output_file ${wrong_lib_subdir}]" 55 remote_exec build "rm -rf [standard_output_file ${right_lib_subdir}]" 56 remote_exec build "mkdir [standard_output_file ${wrong_lib_subdir}]" 57 remote_exec build "mkdir [standard_output_file ${right_lib_subdir}]" 68 remote_exec build "ln -sf ${right_lib_subdir}/${libname1}.so ${binfile1_lib}" 69 remote_exec build "ln -sf ${right_lib_subdir}/${libname2}.so ${binfile2_lib}" 93 remote_exec build "ln -sf ${wrong_lib_subdir}/${libname1}.so ${binfile1_lib}" 94 remote_exec build "ln -sf ${wrong_lib_subdir}/${libname2}.so ${binfile2_lib}" 168 remote_exec build "rm -f ${binfile1_lib}" 169 remote_exec build "rm -f ${binfile2_lib}"
|
| D | corefile-buildid.exp | 36 remote_exec build "rm -rf $builddir" 37 remote_exec build "mkdir $builddir" 38 remote_exec build "mv $binfile [file join $builddir [file tail $binfile]]" 81 remote_exec build "rm -rf $builddir" 82 remote_exec build "mkdir $builddir" 83 remote_exec build "mv $binfile $builddir" 84 remote_exec build "mv $objdso $builddir" 85 remote_exec build "mv $objlib $builddir" 170 remote_exec build "rm -rf $debugdir" 171 remote_exec build \ [all …]
|
| D | sepdebug.exp | 60 remote_exec build "rm -rf [file dirname $new_name]" 62 remote_exec build "mkdir [file dirname $new_name]" 63 remote_exec build "ln -s ${binfile}${EXEEXT} $new_name" 643 remote_exec build "rm -rf $different_dir" 644 remote_exec build "mkdir -p [file dirname $debugfile]" 645 remote_exec build "mv -f [standard_output_file ${testfile}${EXEEXT}.debug] $debugfile" 655 remote_exec build "cp ${debugfile} [standard_output_file sepdebug2.debug]" 672 remote_exec build "rm -f $debugfile" 687 remote_exec build "mv $debugfile [standard_output_file ${build_id_debug_filename}]" 698 remote_exec build "rm -f [standard_output_file ${build_id_debug_filename}]"
|
| /netbsd/src/ |
| D | UPDATING | 4 changes that might cause problems in the build process, and a guide for 7 For a more detailed description of the recommended way to build NetBSD 8 using build.sh, see the BUILDING file. 11 build.sh existed. Nevertheless, the advice here may be useful for 12 working around specific problems with build.sh. 17 See also: BUILDING, build.sh, Makefile. 23 The KERNEL_DIR option to build.sh is now functional. Set it 24 with ``-V KERNEL_DIR=yes'' on your build.sh command. 34 A change to bsd.lib.mk requires a clean build of all libraries. 40 Changes to various libraries' build options require cleaning [all …]
|
| D | BUILDING | 8 The basic build procedure is the same whether compiling natively (on the 12 This source tree contains the build.sh shell script which supports both 16 system to create a build toolchain for the target architecture. The host 19 as nbmake) are created as part of the NetBSD build process. (See the 38 its shortcomings, it has been superseded by the build.sh 43 build of an updated source tree. 45 build.sh Bourne-compatible shell script used for building the host 46 build tools and the NetBSD system from scratch. Can be 54 mangling the existing build structure. Other source trees 69 Sources and build infrastructure for components imported [all …]
|
| /netbsd/src/common/dist/zlib/contrib/dotzlib/ |
| D | readme.txt | 13 DotZLib.build - NAnt build file 21 To include unit tests in the build, define nunit before building. 28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll) 32 build. 35 Open a command prompt with access to the build environment and run nant 36 in the same directory as the DotZLib.build file. 37 You can define 2 properties on the nant command-line to control the build: 47 will build a release mode version of the library without unit tests. 49 will build a debug version of the library with unit tests
|
| /netbsd/src/sys/external/bsd/acpica/dist/generate/release/ |
| D | release.sh | 122 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
|
| /netbsd/src/external/bsd/kyua-cli/dist/store/ |
| D | schema_inttest.cpp | 108 "suite-name", engine::metadata_builder().build()); in check_action_2() 112 engine::metadata_builder().build())); in check_action_2() 122 .set_timeout(datetime::delta(10, 0)).build()); in check_action_2() 126 .set_timeout(datetime::delta(10, 0)).build())); in check_action_2() 136 "subsuite-name", engine::metadata_builder().build()); in check_action_2() 140 engine::metadata_builder().build())); in check_action_2() 150 "suite-name", engine::metadata_builder().build()); in check_action_2() 154 engine::metadata_builder().build())); in check_action_2() 164 "suite-name", engine::metadata_builder().build()); in check_action_2() 168 engine::metadata_builder().build())); in check_action_2() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| D | testsuite_flags.in | 16 --build-includes 17 --build-cxx 18 --build-cc 39 --build-includes) 48 --build-cxx) 53 --build-cc)
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | compare-all-tests | 42 bdir=base-$1-gcc-build 43 pdir=$1-gcc-build 66 mkdir -p $target-gcc-build/gcc/testsuite/gcc 67 cp -R base-$target-gcc-build/gcc/testsuite/gcc/gcc.dg-struct-layout-1 \ 68 $target-gcc-build/gcc/testsuite/gcc/gcc.dg-struct-layout-1 90 …s/ -o [^ ]*/ -frandom-seed=0 -o -/' base-$target-gcc-build/gcc/testsuite/gcc/gcc.log | while read …
|
| /netbsd/src/external/bsd/tre/dist/utils/ |
| D | build-sources.sh | 8 rm -rf tmp-build 9 mkdir tmp-build 10 cd tmp-build 45 mv tmp-build/$base.tar.gz tmp-build/$base.tar.bz2 tmp-build/$base.zip dist
|
| /netbsd/src/external/mit/expat/dist/ |
| D | CMake.README | 1 == How to build expat with cmake (experimental) == 7 build and change into that directory: 8 ~/expat-2.7.1$ mkdir build && cd build 9 ~/expat-2.7.1/build$ 13 ~/expat-2.7.1/build$ cmake .. 19 -- Build files have been written to: /home/patrick/expat-2.7.1/build 24 ~/expat-2.7.1/build$ make && make test && make install
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | Makefile.def | 336 dependencies = { module=all-build-bison; on=all-build-texinfo; }; 337 dependencies = { module=all-build-flex; on=all-build-texinfo; }; 338 dependencies = { module=all-build-flex; on=all-build-bison; }; 339 dependencies = { module=all-build-flex; on=all-build-m4; }; 340 dependencies = { module=all-build-libiberty; on=all-build-texinfo; }; 341 dependencies = { module=all-build-m4; on=all-build-texinfo; }; 342 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; }; 343 dependencies = { module=all-build-libcpp; on=all-build-libiberty; }; 363 dependencies = { module=all-gcc; on=all-build-texinfo; }; 364 dependencies = { module=all-gcc; on=all-build-bison; }; [all …]
|
| /netbsd/src/external/bsd/nvi/dist/dist/ |
| D | script | 21 cd $S && rm -rf build.local && mkdir build.local && cd build.local && \ 26 # build the documents 27 cd $S/build.local && make cleandocs docs 30 cd $S && mv -i {ARCHIVE,TODO,build.local} SCCS/ 41 cd $S && mv -i SCCS/{ARCHIVE,TODO,build.local} .
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | Makefile.def | 79 // We always build gettext with pic, because some packages (e.g. gdbserver) 356 dependencies = { module=all-build-bison; on=all-build-texinfo; }; 357 dependencies = { module=all-build-flex; on=all-build-texinfo; }; 358 dependencies = { module=all-build-flex; on=all-build-bison; }; 359 dependencies = { module=all-build-flex; on=all-build-m4; }; 360 dependencies = { module=all-build-libiberty; on=all-build-texinfo; }; 361 dependencies = { module=all-build-m4; on=all-build-texinfo; }; 362 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; }; 363 dependencies = { module=all-build-libcpp; on=all-build-libiberty; }; 382 dependencies = { module=all-gcc; on=all-build-texinfo; }; [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/ |
| D | Makefile.def | 79 // We always build gettext with pic, because some packages (e.g. gdbserver) 355 dependencies = { module=all-build-bison; on=all-build-texinfo; }; 356 dependencies = { module=all-build-flex; on=all-build-texinfo; }; 357 dependencies = { module=all-build-flex; on=all-build-bison; }; 358 dependencies = { module=all-build-flex; on=all-build-m4; }; 359 dependencies = { module=all-build-libiberty; on=all-build-texinfo; }; 360 dependencies = { module=all-build-m4; on=all-build-texinfo; }; 361 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; }; 362 dependencies = { module=all-build-libcpp; on=all-build-libiberty; }; 381 dependencies = { module=all-gcc; on=all-build-texinfo; }; [all …]
|