Date: Sun, 17 Aug 2003 01:37:47 -0700 (PDT) From: Gordon Tetlow <gordon@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin Makefile.inc src/sbin Makefile.inc Message-ID: <200308170837.h7H8blUC059988@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308170837.h7H8blUC059988>