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

/darwin-on-arm/xnu/buildscripts/
H A Ddarwinbuild.common37 ### its value. Used to calculate a non-conflicting build number.
47 build=$(echo $X | sed -e 's/^.*~\([0-9]*\)$/\1/')
49 if [ "$build" != "$X" -a "$build" != "" ]; then
52 # errors about non-numeric values of $build
53 if [ "$build" -gt "$maxbuild" ]; then
54 maxbuild="$build"
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A DmacOnly.h45 #error Hey, why are you including macOnly for a non-Mac build!?
/darwin-on-arm/xnu/
H A Dxnu-build37 build=""
60 echo "Error: xnu-build must be run as root." 1>&2
84 ### This script refers to the absolute paths of the build
167 # append build configuration to $action, if any
175 ### Write out the build script that will be used.
181 SCRIPT="$BuildRoot/$vartmp/$projnam/build-$project_tag~$build_version.sh"
192 echo " Build number: $build"
247 ### Add in the build environment variables from darwinxref
356 ### Actually invoke the build tool here
358 chroot -u root -g wheel $BuildRoot $vartmp/$projnam/build
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A DMakefile2 # Note: this makefile is used only for the libkxld build alias. It is not part
3 # of the regular kernel build process.
110 release: build
113 debug: build
116 profile: build
121 build: $(LIBKXLDSYM_$(PRODUCT_TYPE))
199 # Automatically build dependency information when .c or .h files change based
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME38 will build the benchmark suite.
46 OS-specific directories; this allows one to build for
/darwin-on-arm/xnu/tools/
H A Dremote_build.sh3 # Script that rsyncs a source/build tree to a remote server, performs a build,
8 # First it must cache all binaries that might be used during the build by
11 # source+build tree is rsync-ed to the remote server, we run a script to
12 # re-initiate the build using an overriden xcrun(1) which hands back
15 # the build results are copied back locally.
39 # Don't restart another remote build remotely
57 # Remote build isn't chrooted or special in any way
74 # For some targets like installsrc, we can't to a remote build
104 # Pick up build location
[all...]

Completed in 78 milliseconds