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

/seL4-test-master/tools/nanopb/tests/
H A DMakefile8 rm -rf build coverage
14 mkdir build/coverage
15 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
18 lcov -r build/coverage/nanopb.info '*tests*' -o build/coverage/nanopb.info
21 genhtml -o build/coverage build/coverage/nanopb.info
/seL4-test-master/tools/nanopb/
H A Dconanfile.py24 def build(self): member in class:NanoPbConan
27 cmake.build()
/seL4-test-master/tools/nanopb/tools/
H A Dmake_linux_package.sh28 rm -rf $DEST/generator/dist $DEST/generator/build $DEST/generator/nanopb_generator.spec
H A Dmake_mac_package.sh28 rm -rf $DEST/generator/dist $DEST/generator/build $DEST/generator/nanopb_generator.spec
/seL4-test-master/projects/musllibc/
H A Dconfigure28 --build=BUILD build system type; used only to infer cross-compiling
32 --enable-debug build with debugging information [disabled]
33 --enable-warnings build with recommended warnings flags [disabled]
35 --enable-wrapper=... build given musl toolchain wrapper [auto]
133 build=
177 --build=*) build=${arg#*=} ;;
186 *) build=$arg ; target=$arg ;;
224 test "$target" != "$build"
[all...]
/seL4-test-master/projects/musllibc/dist/
H A Dconfig.mak17 # Uncomment if you want to build i386 musl on a 64-bit host
/seL4-test-master/
H A Dgriddle212 die "run this tool from a build directory (e.g., \"mkdir build; cd build\")"
215 # Guard against rookie mistake of running tool in some non-build subdirectory of
222 die "run this tool from a build directory (e.g., \"mkdir ../build;" \
223 " cd ../build\")"
232 "\$GIT_CLONE_URL\", (2) \"repo sync\", (3) create a build directory" \
233 "(e.g., \"mkdir build\"), (4) change into that directory (e.g." \
234 "\"cd build\"), an
[all...]
/seL4-test-master/tools/seL4/cmake-tool/
H A Dgriddle212 die "run this tool from a build directory (e.g., \"mkdir build; cd build\")"
215 # Guard against rookie mistake of running tool in some non-build subdirectory of
222 die "run this tool from a build directory (e.g., \"mkdir ../build;" \
223 " cd ../build\")"
232 "\$GIT_CLONE_URL\", (2) \"repo sync\", (3) create a build directory" \
233 "(e.g., \"mkdir build\"), (4) change into that directory (e.g." \
234 "\"cd build\"), an
[all...]
/seL4-test-master/tools/riscv-pk/
H A Dconfigure629 build
777 -build | --build | --buil | --bui | --bu)
779 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1109 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1155 build=$build_alias
1307 --build=BUILD configure for building on BUILD [guessed]
1308 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >
[all...]

Completed in 111 milliseconds