HomeSort by: relevance | last modified time | path
    Searched refs:Build (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/modules/arch/
compatsubdir.mk 3 # Build netbsd kernel modules.
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 18 SET LDFLAGS=/link /LTCG advapi32.lib ..\..\Build\%1\%ARCH%\libsodium.lib
23 echo "Invalid build type"
27 SET PATH=..\..\Build\%1\%ARCH%;%PATH%
34 SET PATH=..\..\Build\%1\%ARCH%;%PATH%
  /src/compat/
compatsubdir.mk 3 # Build netbsd libraries.
  /src/lib/libedit/
chartype.h 55 #warning Build environment does not support non-BMP characters
  /src/sys/external/isc/libsodium/dist/
README.markdown 0 [![Build Status](https://travis-ci.org/jedisct1/libsodium.svg?branch=master)](https://travis-ci.org/jedisct1/libsodium?branch=master)
2 [![Windows build status](https://ci.appveyor.com/api/projects/status/fu8s2elx25il98hj?svg=true)](https://ci.appveyor.com/project/jedisct1/libsodium)
3 [![Coverity Scan Build Status](https://scan.coverity.com/projects/2397/badge.svg)](https://scan.coverity.com/projects/2397)
15 Its goal is to provide all of the core operations needed to build
  /src/share/mk/
bsd.nls.mk 13 ##### Build rules
46 .if !defined(BUILD) && !make(all) && !make(${F})
47 ${_F}! .MADE # no build at install
51 .if !defined(BUILD) && !make(all) && !make(${F})
52 ${_F}: .MADE # no build at install
bsd.hostlib.mk 20 ##### Build rules
bsd.info.mk 13 ##### Build rules
65 .if !defined(BUILD) && !make(all) && !make(${F})
66 ${_F}! .MADE # no build at install
70 .if !defined(BUILD) && !make(all) && !make(${F})
71 ${_F}: .MADE # no build at install
bsd.lua.mk 3 # Build rules and definitions for Lua modules
11 # LUA_MODULES list of Lua modules to build/installi
72 ##### Build rules
122 ## The module has other language source and we must build ${_M}.so
bsd.dep.mk 16 ##### Build rules
bsd.man.mk 16 # installed on each build even when they don't need to. Note that
79 ##### Build and install rules (source form pages)
91 ${_MSECTIONS:@N@.$N.$N${MANSUFFIX}@}: # build rule
101 .if !defined(BUILD) && !make(all) && !make(${F})
102 ${_F}! .MADE # no build at install
106 .if !defined(BUILD) && !make(all) && !make(${F})
107 ${_F}: .MADE # no build at install
134 ##### Build and install rules (plaintext pages)
146 ${_MSECTIONS:@N@.$N.cat$N${MANSUFFIX}@}: ${CATDEPS} # build rule
169 .if !defined(BUILD) && !make(all) && !make(${F}
    [all...]
bsd.files.mk 19 ##### Build rules
48 .if !defined(BUILD) && !make(all) && !make(${F}) && (${_FDOBUILD} == "no")
49 ${_F}! .MADE # no build at install
53 .if !defined(BUILD) && !make(all) && !make(${F}) && (${_FDOBUILD} == "no")
54 ${_F}: .MADE # no build at install
81 .if !defined(BUILD) && !make(all) && !make(${F}) && (${_FDOBUILD} == "no")
82 ${_F}! .MADE # no build at install
86 .if !defined(BUILD) && !make(all) && !make(${F}) && (${_FDOBUILD} == "no")
87 ${_F}: .MADE # no build at install
bsd.hostprog.mk 101 ##### Build rules
bsd.kmodule.mk 132 ##### Build rules
234 .if !defined(BUILD) && !make(all) && !make(${P})
235 ${_P}! .MADE # no build at install
239 .if !defined(BUILD) && !make(all) && !make(${P})
240 ${_P}: .MADE # no build at install
bsd.doc.mk 16 # EXTRAHTMLFILES additional files emitted as part of HTML build
40 # at build time.
53 # so build compressed postscript instead. XXX. (and: yech)
65 ##### Build
bsd.sys.mk 3 # Build definitions used for NetBSD source tree builds.
bsd.prog.mk 311 # can only build a single binary.
461 # Sanitizers don't support static build.
465 ##### Build and install rules
548 .if !defined(BUILD) && !make(all) && !make(${_P})
553 .if !defined(BUILD) && !make(all) && !make(${_P})
563 .if !defined(BUILD) && !make(all) && !make(${_P})
568 .if !defined(BUILD) && !make(all) && !make(${_P})
621 .if !defined(BUILD) && !make(all) && !make(${S})
626 .if !defined(BUILD) && !make(all) && !make(${S})
bsd.own.mk 115 # Build GCC with the "isl" library enabled.
295 # existence of build.sh and tools/ in the current or a parent directory,
301 [ -f build.sh ] && [ -d tools ] && { echo $$here; break; }; \
313 # NetBSD version, or on variables defined at build time, can
329 ${_SRC_TOP_OBJ_}/params: .NOTMAIN .OPTIONAL # created by top level "make build"
447 # Also don't add a sysroot at all if a rumpkernel build.
936 # If this platform's toolchain is missing, we obviously cannot build it.
945 # If we are using an external toolchain, we can still build the target's
946 # binutils, but we cannot build GCC's support libraries, since those are
983 # so don't build the _pic version. VAX has no native TLS support either
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
CMakeLists.txt 0 # Build for the experimental deadlock detector runtime library.
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat 8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
63 ECHO *** ERROR, build terminated early, see: %log%
67 ECHO *** ERROR, build tools not found: %tools%
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
CMakeLists.txt 13 # Unittest sources and build flags.
53 # FIXME: we build libcxx without cxxabi and need libstdc++ to provide it.
89 # Build gtest instrumented with MSan.
112 set(MSAN_TEST_DEPS ${MSAN_TEST_OBJECTS} libcxx_msan_${arch}-build
127 # We should only build MSan unit tests if we can build instrumented libcxx.
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 155 # Files to create for versioning and build information
220 # We don't build here
227 # These are the body of the build/install framework. If you are
462 # Build a package but don't check the package cookie
471 # Build a package but don't check the cookie for installation, also don't
  /src/common/dist/zlib/
make_vms.com 121 $! Build a fake configure input header
172 $! Build the thing plain or with mms
233 $ write sys$output "Zlib build completed"
241 $ write sys$output "C compiler required to build ''name'"
479 $! needed to build shareable image
  /src/usr.bin/make/
test-variants.mk 3 # Build several variants of make and run the tests on them.
6 # interesting details. The main purpose is to list the available build
  /src/common/dist/zlib/contrib/ada/
test.adb 14 -- 3. Build this program automatically compile all ZLib.Ada95 packages under

Completed in 21 milliseconds

1 2