Home
last modified time | relevance | path

Searched +full:- +full:- +full:build (Results 1 – 25 of 1130) sorted by relevance

12345678910>>...46

/freebsd/share/man/man5/
H A Dsrc.conf.51 .\" 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 .
43 may be necessary if the system-wide settings are not suitable
44 for a particular build.
49 effectively resets all build controls to their defaults.
63 for a particular build via the
72 for the build can be controlled via the
75 .Pa /etc/src-env.conf .
[all …]
/freebsd/contrib/arm-optimized-routines/string/
H A DDir.mk1 # Makefile fragment - requires GNU make
3 # Copyright (c) 2019-2021, Arm Limited.
4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
7 B := build/string
10 all-string bench-string check-string install-string clean-string:
15 string-lib-srcs := $(wildcard $(S)/$(ARCH)/*.[cS])
16 string-lib-srcs += $(wildcard $(S)/$(ARCH)/experimental/*.[cS])
17 string-test-srcs := $(wildcard $(S)/test/*.c)
18 string-bench-srcs := $(wildcard $(S)/bench/*.c)
20 string-arch-include-dir := $(wildcard $(S)/$(ARCH))
[all …]
/freebsd/crypto/openssl/Configurations/
H A DREADME-design.md5 -------------------------
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
24 ----------------
26 As mentioned earlier, `build.info` files are meant to hold the minimum
[all …]
H A DREADME.md10 *.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
95 like "-fPIC".
138 where a default build would normally create the SSL
139 shared library as 'libssl.so -> libssl.so.1.1' with
141 definition that sets 'shlib_variant => "-abc"' will
142 create 'libssl.so -> libssl-abc.so.1.1', again with
149 and all non-alphanumeric characters to '_'.
[all …]
/freebsd/usr.bin/bmake/tests/execution/joberr/
H A Dexpected.stdout.11 Error: build failed
2 *** [do-check-joberr] Error code 1
3 Error: build failed
4 *** [do-check-joberr] Error code 1
5 Error: build failed
6 *** [do-check-joberr] Error code 1
7 Error: build failed
8 *** [do-check-joberr] Error code 1
9 Error: build failed
10 *** [do-check-joberr] Error code 1
[all …]
/freebsd/share/man/man7/
H A Dbuild.72 .\" SPDX-License-Identifier: BSD-2-Clause
32 .Nm build
33 .Nd general instructions on how to build the
41 .Bl -tag -width "/usr/ports"
44 loosely defined as everything required to build the system
49 third-party software, with a consistent interface for building and
54 These directories may be initially empty or non-existent until updated
64 command is used in each of these directories to build and install the
74 A source tree is allowed to be read-only.
98 The default components included in the build are specified in the file
[all …]
/freebsd/sys/contrib/zstd/
H A DCHANGELOG2 perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969)
3 build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964)
12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42
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
22 …t advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski-FB
25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42)
[all …]
H A Dappveyor.yml4 -
5 version: 1.0.{build}
8 - release
9 - master
10 - /appveyor*/
11 - /visual*/
14 - COMPILER: "gcc"
17 SCRIPT: "make allzstd MOREFLAGS=-static"
19 BUILD: "true"
20 - COMPILER: "gcc"
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel.m46 dnl # Setup the kernel build environment.
34 dnl # which interfaces are available. By invoking the kernel build system
280 AS_IF([test "x$enable_linux_builtin" != xyes -a -f "$modpost"], [
281 AS_IF([grep -q Modules.symvers $modpost], [
287 AS_IF([test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"], [
291 *** the kernel is configured, built, and the '--with-linux=PATH'
306 dnl # source (source) and prebuilt (build) files. Additionally, there are
307 dnl # `source` and `build` symlinks in `/lib/modules/$(KERNEL_VERSION)`
310 dnl # - `configure` command line values if both `--with-linux` and
311 dnl # `--with-linux-obj` were defined
[all …]
/freebsd/contrib/libcbor/.circleci/
H A Dconfig.yml4 linux-setup:
6 - run: sudo apt-get update
8 - run: sudo NEEDRESTART_MODE=l apt-get install -y cmake ${TOOLCHAIN_PACKAGES}
9 - run: sudo NEEDRESTART_MODE=l apt-get install -y libcmocka-de
[all...]
/freebsd/contrib/nvi/
H A DINSTALL.md3 …chray/nvi2/wiki/Porting) in the Wiki. This document is an overview of the build process that allow…
7 - CMake >= 3.17;
8 - Ninja build system;
9 - libiconv (for `USE_ICONV`);
10 - libncursesw (for `USE_WIDECHAR`);
14 - Berkeley DB1 in libc;
15 - /var/tmp/vi.recover/ with mode 41777.
19build system generator. By specifying "Ninja Multi-Config" as the build system to generate, you ca…
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
[all …]
/freebsd/contrib/kyua/doc/
H A Dbuild-root.mdoc28 .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
37 .Bd -literal -offset indent
38 $ cd my-project-1.0
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/
[all …]
/freebsd/contrib/arm-optimized-routines/math/
H A DDir.mk1 # Makefile fragment - requires GNU make
3 # Copyright (c) 2019-2024, Arm Limited.
4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
13 $(warning WARNING: Double-precision ULP tests will not be usable without MPFR)
16 $(error Can only generate special GLIBC symbols on Linux - please disable USE_GLIBC_ABI)
29 math-src-dir := $(srcdir)/math
30 math-build-dir := build/math
32 math-lib-srcs := $(wildcard $(math-src-dir)/*.[cS])
33 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/*.[cS])
36 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/*/*.[cS])
[all …]
/freebsd/share/man/man8/
H A Dnanobsd.82 .\" SPDX-License-Identifier: BSD-2-Clause
37 .Op Fl c Ar config-file
47 It can be used to build specialized install images, designed for easy
51 .Bl -tag -width ".Fl c Ar config-file" -offset indent
55 Skip the build stages (both for kernel and world).
56 .It Fl c Ar config-file
63 Build the disk image from an existing build/install.
65 Skip the disk image build stage.
69 stage of the build.
73 stage of the build.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1 //===-- llvm/CodeGen/GlobalISel/MachineIRBuilder.h - MIBuilder --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// This is a helper class to build MachineInstr.
11 //===----------------------------------------------------------------------===//
162 MIB.addUse(SrcMIB->getOperand(0).getReg()); in addSrcToMIB()
178 return MRI.getType(SrcMIB->getOperand(0).getReg()); in getLLTTy()
191 return SrcMIB->getOperand(0).getReg(); in getReg()
220 /// Helper class to build MachineInstr.
242 State.Observer->createdInstr(*InsertedInstr); in recordInsertion()
[all …]
/freebsd/contrib/arm-optimized-routines/networking/
H A DDir.mk1 # Makefile fragment - requires GNU make
3 # Copyright (c) 2019-2025, Arm Limited.
4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
7 B := build/networking
10 all-networking check-networking install-networking clean-networking:
15 networking-lib-srcs := $(wildcard $(S)/*.[cS]) $(wildcard $(S)/$(ARCH)/*.[cS])
16 networking-test-srcs := $(wildcard $(S)/test/*.c)
18 networking-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h))
20 networking-libs := \
21 build/lib/libnetworking.so \
[all …]
/freebsd/crypto/openssl/
H A DINSTALL.md1 Build and Install
11 - [Prerequisites](#prerequisites)
12 - [Notational Conventions](#notational-conventions)
13 - [Quick Installation Guide](#quick-installation-guide)
14 - [Building OpenSSL](#building-openssl)
15 - [Installing OpenSSL](#installing-openssl)
16 - [Configuration Options](#configuration-options)
17 - [API Level](#api-level)
18 - [Cross Compile Prefix](#cross-compile-prefix)
19 - [Build Type](#build-type)
[all …]
/freebsd/contrib/googletest/googletest/
H A DREADME.md1 ### 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
13 that can be used on a wide range of platforms ("C" stands for cross-platform.).
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
28 git clone https://github.com/google/googletest.git -b v1.15.0
[all …]
/freebsd/contrib/libcbor/doc/
H A Dmake.bat6 set SPHINXBUILD=sphinx-build
8 set BUILDDIR=build
9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
12 set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
13 set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
36 echo. xml to make Docutils-native XML files
37 echo. pseudoxml to make pseudoxml-XML files for display purposes
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
59 echo.http://sphinx-doc.org/
[all …]
/freebsd/contrib/ntp/
H A Dflock-build3 IAM=`hostname || uname -n`
7 '--one'|'-1')
17 PARSE="--enable-parse-clocks"
19 STD="--enabl
[all...]
/freebsd/contrib/googletest/docs/
H A Dquickstart-bazel.md4 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).
54 strip_prefix = "googletest-5ab508a01f9eb089207ee87fd547d290da39d015",
64 Now you're ready to build C++ code that uses GoogleTest.
[all …]
/freebsd/contrib/lib9p/
H A DGNUmakefile1 CC_VERSION := $(shell $(CC) --version | \
2 sed -n -e '/clang-/s/.*clang-\([0-9][0-9]*\).*/\1/p')
10 # Warnings are version-dependent, unfortunately,
11 # so test for version before adding a -W flag.
13 ifeq ($(shell test $(CC_VERSION) -gt 0; echo $$?),0)
14 WFLAGS += -Weverything
15 WFLAGS += -Wno-padded
16 WFLAGS += -Wno-gnu-zero-variadic-macro-arguments
17 WFLAGS += -Wno-format-nonliteral
18 WFLAGS += -Wno-unused-macros
[all …]
/freebsd/contrib/libfido2/windows/
H A Dbuild.ps11 # Copyright (c) 2021-2022 Yubico AB. All rights reserved.
2 # Use of this source code is governed by a BSD-style
4 # SPDX-License-Identifier: BSD-2-Clause
9 [string]$SevenZPath = "C:\Program Files\7-Zip\7z.exe",
24 if ($LastExitCode -ne 0) { in ExitOnError()
30 Write-Host "Cloning ${REPO}..." in GitClone()
31 & $Git - in GitClone()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h1 //===- VersionTuple.h - Version Number Handling --------
40 unsigned Build : 31; global() variable
62 VersionTuple(unsigned Major,unsigned Minor,unsigned Subminor,unsigned Build) VersionTuple() argument
[all...]
/freebsd/contrib/kyua/model/
H A Dtest_program_test.cpp40 #include <atf-c++.hpp>
104 const_cast< lazy_test_program* >(this)->set_test_cases( in test_cases()
126 .build(); in check_ctor_and_getters()
129 .build(); in check_ctor_and_getters()
132 "mock", fs::path("binary"), fs::path("root"), "suite-name", tp_md, in check_ctor_and_getters()
133 model::test_cases_map_builder().add("foo", tc_md).build()); in check_ctor_and_getters()
141 ATF_REQUIRE_EQ("suite-name", test_program.test_suite_name()); 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()
[all …]

12345678910>>...46