10
nice -n10 time ./native-build.sh ../hdc.img
11
$keep_hdb || rm -f hdb.img
12
echo >&3 "Finished: $1"
17
# single mode: build one directory, show output
18
test -d "$dir" || exit 1
19
test -e "$dir/native-build.sh" || exit 1
26
test -d "$dir" || continue
27
test -e "$dir/native-build.sh" || continue
29
build_in_dir "$dir" 3>&1 </dev/null >"$dir.log" 2>&1 &
34
echo "Give me system-image-ARCH directories on command line"
38
echo "Waiting to finish"
40
echo "Done, check the logs"