mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-22 07:20:00 +00:00
Correct typo specifying jflags.
This commit is contained in:
parent
a7abf89249
commit
0ff7433de7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253003
2
Makefile
2
Makefile
@ -37,7 +37,7 @@
|
|||||||
# _jflag=`sysctl -n hw.ncpu`
|
# _jflag=`sysctl -n hw.ncpu`
|
||||||
# _jflag=$(($_jflag * 2))
|
# _jflag=$(($_jflag * 2))
|
||||||
# [ $_jflag -gt 12 ] && _jflag=12
|
# [ $_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
|
# 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
|
# the /usr/share/mk/sys.mk unless the -m argument is specified on the
|
||||||
|
Loading…
Reference in New Issue
Block a user