diff options
author | alfred <alfred@FreeBSD.org> | 2013-07-07 20:44:04 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2013-07-07 20:44:04 +0000 |
commit | c7a08860c7318f3a69d72095a4ed7d5038b29e63 (patch) | |
tree | 697c593538881eda69720a705b97baf1199a8ace /Makefile | |
parent | 0d897a2a05bba8d2b70d12f780876b2b94b8c392 (diff) | |
download | FreeBSD-src-c7a08860c7318f3a69d72095a4ed7d5038b29e63.zip FreeBSD-src-c7a08860c7318f3a69d72095a4ed7d5038b29e63.tar.gz |
Correct typo specifying jflags.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |