summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-11-28 13:28:04 +0000
committerphk <phk@FreeBSD.org>2004-11-28 13:28:04 +0000
commit87fc8dfda2de36514dc5289e8482e6ca2c77e37a (patch)
tree6fd8029d6ea351b110bf6fd8a191f9b6c5c31bdc /tools
parentde15398c24c5e104fb2e1621dbe77739dcf959d2 (diff)
downloadFreeBSD-src-87fc8dfda2de36514dc5289e8482e6ca2c77e37a.zip
FreeBSD-src-87fc8dfda2de36514dc5289e8482e6ca2c77e37a.tar.gz
Reduce -j12 to -j3
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/Makefile b/tools/tools/nanobsd/Makefile
index f63292f..21e05c1 100644
--- a/tools/tools/nanobsd/Makefile
+++ b/tools/tools/nanobsd/Makefile
@@ -8,7 +8,7 @@
.include "${.CURDIR}/make.conf"
# parallism flag for make.
-MAKEJ?="-j12"
+MAKEJ?="-j3"
.if defined(WITH_GEOM_VOL)
# Do not hardcode device names, use FFS volume labels instead.
OpenPOWER on IntegriCloud