Revert config(8) version bump. It brings major pain for people working on
different versions of FreeBSD source tree. Old config(8) can now be used unless you want to use INCLUDE_CONFIG_FILE option. Approved by: imp Reviewed by: imp
This commit is contained in:
parent
35ef86f285
commit
332fd25c96
9
UPDATING
9
UPDATING
@ -21,6 +21,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
|
||||
developers choose to disable these features on build machines
|
||||
to maximize performance.
|
||||
|
||||
20070516:
|
||||
Improved INCLUDE_CONFIG_FILE support has been introduced to the
|
||||
config(8) utility. In order to take advantage of this new
|
||||
functionality, you are expected to recompile and install
|
||||
src/usr.sbin/config. If you don't rebuild config(8), and your
|
||||
kernel configuration depends on INCLUDE_CONFIG_FILE, the kernel
|
||||
build will be broken because of a missing "kernconfstring"
|
||||
symbol.
|
||||
|
||||
20070513:
|
||||
Symbol versioning is enabled by default. To disable it, use
|
||||
option WITHOUT_SYMVER. It is not advisable to attempt to
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600006
|
||||
%VERSREQ= 600004
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600006
|
||||
%VERSREQ= 600004
|
||||
|
||||
# Temporary stuff while we're still embryonic
|
||||
NO_MODULES=
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600006
|
||||
%VERSREQ= 600004
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
GCC3= you bet
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600006
|
||||
%VERSREQ= 600004
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600006
|
||||
%VERSREQ= 600004
|
||||
|
||||
.if !defined(S)
|
||||
.if exists(./@/.)
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600006
|
||||
%VERSREQ= 600004
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600006
|
||||
%VERSREQ= 600004
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600006
|
||||
%VERSREQ= 600004
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user