From owner-freebsd-questions Sat Sep 27 18:04:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA24458 for questions-outgoing; Sat, 27 Sep 1997 18:04:27 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA24451 for ; Sat, 27 Sep 1997 18:04:22 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id DAA13700; Sun, 28 Sep 1997 03:04:06 +0200 (MET DST) Date: Sun, 28 Sep 1997 03:04:06 +0200 (MET DST) Message-Id: <199709280104.DAA13700@bitbox.follo.net> From: Eivind Eklund To: Greg Pavelcak CC: questions@FreeBSD.ORG In-reply-to: Greg Pavelcak's message of Wed, 24 Sep 1997 20:03:32 -0400 (EDT) Subject: Re: make world to install instead of upgrade References: Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hi. I upgraded to current. Actually, it was more like an installation > than an upgrade. Which brings me to my question. Is there anything I > can do to the Makefile to have 'make world' go ahead and overwrite > /etc and /var, or whatever the protected directories are. In this > case, I really had no customization files, so I just did cp -rp > /var/tmp/root/etc /. I would like to just have the 'make' do this so I > don't have to go through building the dummy root etc. # cd /usr/src/etc; make distribution This will install the etc files and rebuild the directories in /var, /usr and root. Eivind.