Update release/release.conf.sample to reflect changes in r262509.
MFC after: 1 week X-MFC-With: r262509 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2e314957a9
commit
faca946f67
@ -40,7 +40,7 @@ PORTBRANCH="ports/head@rHEAD"
|
||||
|
||||
## Set to use world- and kernel-specific make(1) flags.
|
||||
#WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
|
||||
#KERNEL_FLAGS="-j $(expr $(sysctl -n hw.ncpu) / 2)"
|
||||
#KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
|
||||
|
||||
## Set miscellaneous 'make release' settings.
|
||||
#NODOC=
|
||||
|
Loading…
Reference in New Issue
Block a user