/freebsd/share/man/man5/ |
H A D | src.conf.5 | 1 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. 7 .Nd "source build options" 12 the build process of the 15 .Xr build 7 . 41 for a particular build. 46 effectively resets all build controls to their defaults. 60 for a particular build via the 69 for the build can be controlled via the 98 Do not build process accounting tools such as 103 Do not build [all …]
|
/freebsd/contrib/arm-optimized-routines/string/ |
H A D | Dir.mk | 7 B := build/string 22 string-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h)) 25 build/lib/libstringlib.so \ 26 build/lib/libstringlib.a \ 29 build/bin/test/memcpy \ 30 build/bin/test/memmove \ 31 build/bin/test/memset \ 32 build/bin/test/memchr \ 33 build/bin/test/memrchr \ 34 build/bin/test/memcmp \ [all …]
|
/freebsd/crypto/openssl/Configurations/ |
H A D | README-design.md | 7 The unified scheme takes all its data from the `build.info` files seen 9 needed to build end product files from diverse sources. See the 10 section on `build.info` files below. 12 From the information in `build.info` files, `Configure` builds up an 14 stored in configdata.pm, found at the top of the build tree (which may 20 build-file templates. See the section on build-file templates further 23 build.info files 26 As mentioned earlier, `build.info` files are meant to hold the minimum 27 information needed to build output files, and therefore only (with a 31 as object files are rarely directly referred to in `build.info` files (and [all …]
|
H A D | README.md | 10 *.tmpl Build file templates, please read 'Build-file 11 programming with the "unified" build system' as well 12 as 'Build info files' for more information. 52 given, as the build file defaults are 138 where a default build would normally create the SSL 159 dso_scheme => The type of dynamic shared objects to build 168 source. This acts as a selector in build.info files. 170 source. This acts as a selector in build.info files. 186 build_scheme => The scheme used to build up a Makefile. 188 with the name of the build scheme. [all …]
|
/freebsd/usr.bin/bmake/tests/execution/joberr/ |
H A D | expected.stdout.1 | 1 Error: build failed 3 Error: build failed 5 Error: build failed 7 Error: build failed 9 Error: build failed 11 Error: build failed 13 Error: build failed 15 Error: build failed 17 Error: build failed 19 Error: build failed [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel.m4 | 6 dnl # Setup the kernel build environment. 34 dnl # which interfaces are available. By invoking the kernel build system 286 dnl # source (source) and prebuilt (build) files. Additionally, there are 287 dnl # `source` and `build` symlinks in `/lib/modules/$(KERNEL_VERSION)` 299 dnl # - `/lib/modules/$(uname -r)/{source,build}` respectively, if exist. 301 dnl # - If only `/lib/modules/$(uname -r)/build` exists, it is assumed 302 dnl # to be both source and build directory. 306 dnl # `build` symlinks/directories. If module directory contains only 307 dnl # `build` component, it is assumed to be both source and build 312 dnl # to `sort -V` is assumed to be both source and build directory. [all …]
|
/freebsd/share/man/man7/ |
H A D | build.7 | 32 .Nm build 33 .Nd general instructions on how to build the 65 For more information about the ports build process, see 70 command is used in each of these directories to build and install the 95 The build may be controlled by defining 102 The default components included in the build are specified in the file 111 supported by the build system: 126 Remove any files created during the build process. 152 Generate a list of build dependencies in file 154 Per-object dependencies are generated at build time and stored in [all …]
|
H A D | release.7 | 33 provides a complete build environment suitable for users to make 37 All of the tools necessary to build a release are available from the 48 build environment, with no local modifications to the source tree or to 59 Before attempting to build a release, the user is expected to be 61 .Xr build 7 , 64 The release build process requires that 77 If the target release build is for a different architecture or machine type, 143 tuning of the build chroot. 178 .Xr build 7 . 189 to use for the release build. [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 3 build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964) 16 perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a … 17 build: allows hiding static symbols in the dynamic library, using build macro, by @skitt 18 build: support for m68k (Motorola 68000's), by @cyan4973 19 build: improved AIX support, by @Helflym 20 build: improved meson unofficial build, by @eli-schwartz 60 build: Dynamic library built multithreaded by default (#2584, @senhuang42) 61 build: Move `zstd_errors.h` and `zdict.h` to `lib/` root (#2597, @terrelln) 62 build: Allow `ZSTDMT_JOBSIZE_MIN` to be configured at compile-time, reduce default to 512KB (#2611,… 63 build: Single file library build script moved to `build/` directory (#2618, @felixhandte) [all …]
|
/freebsd/contrib/nvi/ |
H A D | INSTALL.md | 3 …chray/nvi2/wiki/Porting) in the Wiki. This document is an overview of the build process that allow… 8 - Ninja build system; 19 Nvi2 uses CMake build system generator. By specifying "Ninja Multi-Config" as the build system to g… 22 cmake -G "Ninja Multi-Config" -B build 25 Now `build` becomes your build directory to hold the artifacts. To build nvi2 in Debug mode, run 28 ninja -C build 31 Upon finishing, the nvi2 executable will be available as `build/Debug/nvi`. To launch it in `ex` mo… 34 ln -s nvi build/Debug/ex 37 and run `./build/Debug/ex` rather than `./build/Debug/nvi`. 39 To build nvi2 in Release mode, use the following command instead: [all …]
|
/freebsd/contrib/libcbor/.circleci/ |
H A D | config.yml | 10 build: 20 build-release: 63 build-and-test: 73 - build 84 build-and-test-clang: 94 - build 97 build-and-test-32b: 107 cd $(mktemp -d /tmp/build.XXXX) && 120 build-and-test-release-clang: 130 - build [all...] |
/freebsd/contrib/kyua/doc/ |
H A D | build-root.mdoc | 28 .Em Build directories 31 build products by asking the build system to place such build products 34 Most build systems today support build directories. 35 For example, the GNU Automake/Autoconf build system exposes such concept when 39 $ mkdir build 40 $ cd build 45 Under such invocation, all the results of the build are left in the 46 .Pa my-project-1.0/build/ 51 Because build directories are an integral part of most build systems, and 54 supports build directories too. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 10 /// This is a helper class to build MachineInstr. 220 /// Helper class to build MachineInstr. 275 /// Getter for the function we currently build. 307 /// Getter for the basic block we currently build. 340 /// Set the MachineFunction where to build instructions. 381 /// Set the debug location to \p DL for all the next build instructions. 387 /// Set the PC sections metadata to \p MD for all the next build instructions. 393 /// Set the PC sections metadata to \p MD for all the next build instructions. 399 /// Build and insert <empty> = \p Opcode <empty>. 410 /// Build but don't insert <empty> = \p Opcode <empty>. [all …]
|
/freebsd/share/man/man8/ |
H A D | nanobsd.8 | 45 It can be used to build specialized install images, designed for easy 53 Skip the build stages (both for kernel and world). 61 Build the disk image from an existing build/install. 63 Skip the disk image build stage. 67 stage of the build. 71 stage of the build. 73 Do not cleanup before each build stage. 77 used for each build stage (world and kernel). 85 stage of the build. 89 stage of the build. [all …]
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | Dir.mk | 30 math-build-dir := build/math 58 math-includes := $(patsubst $(math-src-dir)/%,build/%,$(wildcard $(math-src-dir)/include/*.h)) 61 build/lib/libmathlib.so \ 62 build/lib/libmathlib.a \ 65 build/bin/mathtest \ 66 build/bin/mathbench \ 67 build/bin/mathbench_libc \ 68 build/bin/runulp.sh \ 69 build/bin/ulp \ 72 build/bin/rtest \ [all …]
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 1 Build and Install 19 - [Build Type](#build-type) 29 - [Build](#build-openssl) 32 - [Advanced Build Options](#advanced-build-options) 38 - [Build Failures](#build-failures) 143 about the details, here is the short version of how to build and install 150 Use the following commands to configure, build and test OpenSSL. 162 Use the following commands to build OpenSSL: 171 issue the following commands to build OpenSSL. 285 There are several options to `./Configure` to customize the build (note that [all …]
|
/freebsd/contrib/googletest/googletest/ |
H A D | README.md | 1 ### Generic Build Instructions 5 To build GoogleTest and your tests that use it, you need to tell your build 7 depends on which build system you use, and is usually straightforward. 9 ### Build with CMake 11 GoogleTest comes with a CMake build script 17 CMake works by generating native makefiles or build projects that can be used in 18 the compiler environment of your choice. You can either build GoogleTest as a 19 standalone project or it can be incorporated into an existing CMake build for 30 mkdir build # Create a directory to hold the build output. 31 cd build [all …]
|
/freebsd/contrib/arm-optimized-routines/networking/ |
H A D | Dir.mk | 7 B := build/networking 18 networking-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h)) 21 build/lib/libnetworking.so \ 22 build/lib/libnetworking.a \ 25 build/bin/test/chksum 46 build/lib/libnetworking.so: $(networking-lib-objs:%.o=%.os) 49 build/lib/libnetworking.a: $(networking-lib-objs) 54 build/bin/test/%: $(B)/test/%.o build/lib/libnetworking.a 57 build/include/%.h: $(S)/include/%.h 60 build/bin/%.sh: $(S)/test/%.sh [all …]
|
/freebsd/contrib/libcbor/doc/ |
H A D | make.bat | 6 set SPHINXBUILD=sphinx-build 8 set BUILDDIR=build 53 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx 55 echo.to the full path of the 'sphinx-build' executable. Alternatively you 67 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 75 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 83 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 91 echo.Build finished; now you can process the pickle files. 99 echo.Build finished; now you can process the JSON files. 107 echo.Build finished; now you can run HTML Help Workshop with the ^ [all …]
|
/freebsd/contrib/ntp/ |
H A D | flock-build | 43 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then 63 echo flock-build running on $i? check LIST, skipping 70 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" & 71 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS" & 72 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS" & 73 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" & 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 \ [all...] |
/freebsd/contrib/googletest/docs/ |
H A D | quickstart-bazel.md | 4 build system. If you're using GoogleTest for the first time or need a refresher, 13 * [Bazel](https://bazel.build/), the preferred build system used by the 20 [Bazel installation guide](https://bazel.build/install). 28 [Bazel workspace](https://docs.bazel.build/versions/main/build-ref.html#workspace) 30 software you want to build. Each workspace directory has a text file named 32 dependencies required to build the outputs. 42 [Bazel external dependency](https://docs.bazel.build/versions/main/external.html) 44 [`http_archive` rule](https://docs.bazel.build/versions/main/repo/http.html#http_archive). 64 Now you're ready to build C++ code that uses GoogleTest. 90 To build the code, create a file named `BUILD` in the same directory with the [all …]
|
/freebsd/crypto/openssl/doc/internal/man7/ |
H A D | build.info.pod | 5 build.info - Building information files 43 OpenSSL's build system revolves around three questions: 47 =item What to build for? 52 =item What to build? 57 =item How to build it? 59 This is about build file generation. 63 This document is all about the second item, "What to build?", and most 69 =head2 F<build.info> files 71 F<build.info> files are meta data files for OpenSSL's built file 94 F<build.info> files are platform agnostic. This means that there is [all …]
|
/freebsd/contrib/lib9p/ |
H A D | GNUmakefile | 52 BUILD_DIR := build 53 LIB_OBJS := $(addprefix build/,$(LIB_SRCS:.c=.o)) 58 all: build $(LIB) $(SERVER) 61 cc -dynamiclib $^ -o build/$@ 64 cc $< -o build/$(SERVER) -Lbuild/ -l9p 67 rm -rf build 69 build: target 70 mkdir build 71 mkdir build/sbuf 72 mkdir build/transport [all …]
|
/freebsd/contrib/kyua/model/ |
H A D | test_program_test.cpp | 126 .build(); in check_ctor_and_getters() 129 .build(); in check_ctor_and_getters() 133 model::test_cases_map_builder().add("foo", tc_md).build()); in check_ctor_and_getters() 147 .build(); in check_ctor_and_getters() 150 .build(); in check_ctor_and_getters() 176 const model::test_case test_case("main", model::metadata_builder().build()); in check_find_ok() 180 model::metadata_builder().build(), in check_find_ok() 181 model::test_cases_map_builder().add(test_case).build()); in check_find_ok() 211 model::metadata_builder().build(), in check_find_missing() 212 model::test_cases_map_builder().add("main").build()); in check_find_missing() [all …]
|
/freebsd/contrib/libfido2/windows/ |
H A D | build.ps1 | 93 # Create build directories. 94 New-Item -Type Directory "${BUILD}" -Force 95 New-Item -Type Directory "${BUILD}\${Arch}" -Force 96 New-Item -Type Directory "${BUILD}\${Arch}\${Type}" -Force 107 Push-Location ${BUILD} 119 Copy-Item "$PSScriptRoot\libressl.gpg" -Destination "${BUILD}" 142 # Build LibreSSL. 151 & $CMake --build . --config ${Config} --verbose; ExitOnError 152 & $CMake --build . --config ${Config} --target install --verbose; ` 155 throw "Failed to build LibreSS [all...] |