View | Details | Raw Unified | Return to bug 193808 | Differences between
and this patch

Collapse All | Expand All

(-)tools/tools/nanobsd/nanobsd.sh (-1 / +2 lines)
Lines 57-63 Link Here
57
# default is ${NANO_OBJ}
57
# default is ${NANO_OBJ}
58
#NANO_DISKIMGDIR=""
58
#NANO_DISKIMGDIR=""
59
59
60
# Parallel Make
60
# Make & parallel Make
61
NANO_MAKE="make"
61
NANO_PMAKE="make -j 3"
62
NANO_PMAKE="make -j 3"
62
63
63
# The default name for any image we create.
64
# The default name for any image we create.

Return to bug 193808