summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2013-07-07 20:44:04 +0000
committeralfred <alfred@FreeBSD.org>2013-07-07 20:44:04 +0000
commitc7a08860c7318f3a69d72095a4ed7d5038b29e63 (patch)
tree697c593538881eda69720a705b97baf1199a8ace /Makefile
parent0d897a2a05bba8d2b70d12f780876b2b94b8c392 (diff)
downloadFreeBSD-src-c7a08860c7318f3a69d72095a4ed7d5038b29e63.zip
FreeBSD-src-c7a08860c7318f3a69d72095a4ed7d5038b29e63.tar.gz
Correct typo specifying jflags.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26a37bc..653d7f6 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@
# _jflag=`sysctl -n hw.ncpu`
# _jflag=$(($_jflag * 2))
# [ $_jflag -gt 12 ] && _jflag=12
-# make universe -DMAKE_JUST_KERNELS JFLAG=${jflag}
+# make universe -DMAKE_JUST_KERNELS JFLAG=-j${_jflag}
#
# This makefile is simple by design. The FreeBSD make automatically reads
# the /usr/share/mk/sys.mk unless the -m argument is specified on the
OpenPOWER on IntegriCloud