Subject: Re: make install doesn't create directories?
To: Robert Dobbs <banshee@gabriella.resort.com>
From: Herb Peyerl <hpeyerl@novatel.ca>
List: current-users
Date: 03/20/1995 07:08:32
banshee@gabriella.resort.com (Robert Dobbs) wrote:
> What it is that I use to create a full set of directories on a fresh to
> be indoctrinated with netbsd drive? make DESTDIR=/mnt install fails to
> create directories and a brief scan of /usr/share/mk didn't help.
(cd /usr/src/etc && make DESTDIR=/mnt distribution)
Don't forget to populate /mnt/dev. (got bit by this yesterday).