Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109969411
D20342.id57655.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D20342.id57655.diff
View Options
Index: Makefile
===================================================================
--- Makefile
+++ Makefile
@@ -4,7 +4,8 @@
# The user-driven targets are:
#
# universe - *Really* build *everything* (buildworld and
-# all kernels on all architectures).
+# all kernels on all architectures). Define the
+# MAKE_JUST_KERNELS variable to only build kernels.
# tinderbox - Same as universe, but presents a list of failed build
# targets and exits with an error if there were any.
# buildworld - Rebuild *everything*, including glue to help do
@@ -45,12 +46,6 @@
# native-xtools-install
# - Install the files to the given DESTDIR/NXTP where
# NXTP defaults to /nxb-bin.
-#
-# "quick" way to test all kernel builds:
-# _jflag=`sysctl -n hw.ncpu`
-# _jflag=$(($_jflag * 2))
-# [ $_jflag -gt 12 ] && _jflag=12
-# 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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 12, 9:29 PM (5 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16616982
Default Alt Text
D20342.id57655.diff (1 KB)
Attached To
Mode
D20342: Modernize the MAKE_JUST_KERNELS hint in the top-level makefile.
Attached
Detach File
Event Timeline
Log In to Comment