Lines Matching refs:build
8 $ ninja -C build # Avoid building anything as root later
10 ninja: Entering directory `/home/zbyszek/src/systemd/build'
31 Specifying the build directory
34 If the build directory is not detected automatically, it can be specified
37 $ sudo BUILD_DIR=some-other-build/ test/run-integration-tests
41 $ sudo make -C test/TEST-01-BASIC BUILD_DIR=../../some-other-build/ ...
50 of the systemd from a build, use the NO_BUILD=1:
184 Now install necessary build & test dependencies:
188 # apt build-dep -y systemd
234 This can occur if the specified build commands failed to compile or process any code.
238 - For other languages, the --command must specify a "clean" build which compiles
239 all the source code files without reusing existing build artefacts.