cvs commit: src/bin Makefile.inc src/sbin Makefile.inc
Gordon Tetlow
gordon at FreeBSD.org
Sun Aug 17 01:37:48 PDT 2003
gordon 2003/08/17 01:37:47 PDT
FreeBSD src repository
Modified files:
bin Makefile.inc
sbin Makefile.inc
Log:
Stage 4 of dynamically linked root support. Add a big knob,
WITH_DYNAMICROOT, which will toggle the generation of dynamically-linked
binaries for installation in /bin and /sbin. It is currently off,
meaning that /bin and /sbin are still statically linked by default.
If something goes wrong (which I hope doesn't), this is what /rescue is
all about. Please do not try to use WITH_DYNAMICROOT and NO_RESCUE to
save space or some other equally silly reason. If you do and end up
having problems, you have been warned.
Revision Changes Path
1.17 +4 -1 src/bin/Makefile.inc
1.9 +4 -1 src/sbin/Makefile.inc
More information about the cvs-src
mailing list