Searched refs:build (Results 1 - 25 of 136) sorted by relevance

123456

/src/sys/arch/next68k/stand/boot/
H A Dnewvers.sh30 v=`grep build build.c 2>/dev/null | sed -e 's/.* = \([0-9]*\);/\1/'`
37 echo "int build = ${v};" > build.c
38 echo "int dummy[16] = { 0 }; /* fill segment */" >> build.c
H A DMakefile44 SRCS= boot.c machdep.c conf.c devopen.c rtc.c sd.c scsi.c en.c build.c
52 CLEANFILES+= build.c build # generated dynamically
84 .PHONY: build.c
85 build.c:
H A Dsamachdep.h64 /* build.c (generated by ${.CURDIR}/newvers.sh) */
65 extern int build;
/src/usr.bin/ldd/
H A DMakefile3 SUBDIR+= elf32 elf64 elf32_compat .WAIT build
/src/tools/dbsym/
H A DMakefile10 BFDDIR?= ${TOOLCHAINOBJ}/build/bfd
11 SFRAMEDIR?= ${TOOLCHAINOBJ}/build/libsframe
12 IBERTYDIR?= ${TOOLCHAINOBJ}/build/libiberty
16 LDMAKEFILE=${TOOLCHAINOBJ}/build/ld/Makefile
/src/tools/mdsetimage/
H A DMakefile10 BFDDIR?= ${TOOLCHAINOBJ}/build/bfd
11 SFRAMEDIR?= ${TOOLCHAINOBJ}/build/libsframe
12 IBERTYDIR?= ${TOOLCHAINOBJ}/build/libiberty
17 LDMAKEFILE=${TOOLCHAINOBJ}/build/ld/Makefile
/src/bin/ed/test/
H A DMakefile10 check: build test
15 build: mkscripts.sh target
21 test: build ckscripts.sh
/src/sys/external/bsd/acpica/dist/generate/release/
H A Drelease.sh7 # front end for build.sh
122 bash build.sh source win
123 bash build.sh source unix
124 bash build.sh source unix2
126 # Optionally build the test suite packages (built by default)
130 # ACPICA test suites (A unix2 build has not been requested by users)
132 bash build.sh test win
133 bash build.sh test unix
141 bash build.sh binary win
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/
H A Dcheck_cmake.sh6 if [ -d "$ROOT/llvm-build" ]; then
7 cd $ROOT/llvm-build
9 mkdir -p $ROOT/llvm-build
10 cd $ROOT/llvm-build
/src/tools/gcc/
H A Dgcc-version.mk3 # common location for tools and native build
/src/sys/dev/usb/
H A Daubtfwlreg.h18 uint32_t build; member in struct:ar3k_version
/src/usr.bin/make/unit-tests/
H A Ddeptgt-begin-fail.mk4 # This stops make immediately and does not build the main targets.
/src/sys/external/isc/libsodium/dist/
H A DMakefile.am15 dist-build \
/src/sys/arch/atari/stand/ahdilabel/
H A DMakefile4 SRCS= ahdilabel.c build.c check.c cksum.c magic.c openraw.c read.c write.c \
/src/common/dist/zlib/contrib/minizip/
H A Dconfigure.ac9 AC_MSG_CHECKING([whether to build example programs])
10 AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs]))
/src/tools/
H A DMakefile.gnuhost5 # There's not a lot we can do to build reliably in the face of many
15 # * If MKUPDATE != "no", "make install" is only run if a build has happened
101 # sub-gmake's get them, otherwise tools/gcc tries to build libgcc and
123 @mkdir build 2>/dev/null || true
125 @(cd build && find . -name config.cache | xargs rm -f)
130 @mkdir build 2>/dev/null || true
131 @(cd build && ${CONFIGURE_ENV} ${HOST_SH} ${GNUHOSTDIST}/configure ${CONFIGURE_ARGS})
135 # in the build tree during "make all". This way, if nothing has changed,
139 @${:D make}(cd build && ${BUILD_COMMAND} ${ALL_TARGET})
140 @if [ ! -f $@ ] || [ -n "$$(find build
[all...]
/src/sys/external/isc/libsodium/dist/dist-build/
H A DMakefile.am3 android-build.sh \
/src/
H A DREADME.md12 You can cross-build NetBSD from most UNIX-like operating systems.
13 To build for amd64 (x86_64), in the src directory:
15 ./build.sh -U -u -j4 -m amd64 -O ~/obj release
17 Additional build information available in the [BUILDING](BUILDING) file.
/src/share/mk/
H A Dbsd.init.mk4 # top of all <bsd.*.mk> files which actually "build something".
/src/tests/lib/libc/string/
H A Dt_swab.c42 build(char *a, char *b, size_t n) function in typeref:typename:void
80 build(a, b, i);
/src/sys/external/bsd/gnu-efi/dist/gnuefi/
H A Delf_aarch64_efi.lds57 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_arm_efi.lds57 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_ia32_efi.lds53 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_ia32_fbsd_efi.lds53 .note.gnu.build-id : { *(.note.gnu.build-id) }
H A Delf_ia64_efi.lds50 .note.gnu.build-id : { *(.note.gnu.build-id) }

Completed in 12 milliseconds

123456