From owner-cvs-src@FreeBSD.ORG Sun Aug 17 01:37:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F17D037B401; Sun, 17 Aug 2003 01:37:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9960F43F75; Sun, 17 Aug 2003 01:37:47 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7H8bl0U059991; Sun, 17 Aug 2003 01:37:47 -0700 (PDT) (envelope-from gordon@repoman.freebsd.org) Received: (from gordon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7H8blUC059988; Sun, 17 Aug 2003 01:37:47 -0700 (PDT) Message-Id: <200308170837.h7H8blUC059988@repoman.freebsd.org> From: Gordon Tetlow Date: Sun, 17 Aug 2003 01:37:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin Makefile.inc src/sbin Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 08:37:48 -0000 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