From owner-freebsd-commit Sat Nov 25 14:19:24 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA19885 for freebsd-commit-outgoing; Sat, 25 Nov 1995 14:19:24 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA19873 for cvs-all-outgoing; Sat, 25 Nov 1995 14:19:18 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA19863 for cvs-user-outgoing; Sat, 25 Nov 1995 14:19:15 -0800 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA19850 ; Sat, 25 Nov 1995 14:19:02 -0800 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id GAA15048; Sun, 26 Nov 1995 06:18:17 +0800 Date: Sun, 26 Nov 1995 06:18:16 +0800 (WST) From: Peter Wemm To: Adam David cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src Makefile In-Reply-To: <199511251649.QAA27335@ubiq.veda.is> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Sat, 25 Nov 1995, Adam David wrote: > > > Also, add a "reinstall" target. You can do a 'make DESTDIR=/mnt reinstall' > > where /mnt is the nfs root of a machine and you get the install parts of > > the make world run on it. > > Does chflags work over nfs? normal install over nfs /usr failed because of this. > > Adam To be quite honest, I use the NOCLEAN more often than reinstall and even then, it was on a drive physically mounted rather than nfs.... (I dont trust NFS anyway.. :-) -Peter