From owner-freebsd-commit Tue Feb 27 12:52:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02284 for freebsd-commit-outgoing; Tue, 27 Feb 1996 12:52:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02243 for cvs-all-outgoing; Tue, 27 Feb 1996 12:52:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02127 Tue, 27 Feb 1996 12:52:00 -0800 (PST) Date: Tue, 27 Feb 1996 12:52:00 -0800 (PST) From: Peter Wemm Message-Id: <199602272052.MAA02127@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/02/27 12:51:59 Branch: . RELENG_2_1_0 Modified: . Makefile Log: Fix bootstrapping problem I introduced with stuff using install -C, build/install xinstall before doing a 'beforeinstall' in includes. allow "make -DNOCLEAN" to avoid the clean/cleandir/cleandist altogether "tools" -> "build-tools" label to avoid the risk of "make tools" actually seeing a stray "tools" directory when working with both -current and -stable Obtained from: -current Revision Changes Path 1.57.4.10 +21 -3 src/Makefile