From owner-freebsd-bugs Mon Mar 11 20:00:01 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA22332 for bugs-outgoing; Mon, 11 Mar 1996 20:00:01 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA22311 for ; Mon, 11 Mar 1996 19:59:53 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id OAA27658; Tue, 12 Mar 1996 14:54:46 +1100 Date: Tue, 12 Mar 1996 14:54:46 +1100 From: Bruce Evans Message-Id: <199603120354.OAA27658@godzilla.zeta.org.au> To: freebsd-bugs@freefall.freebsd.org, j@uriah.heep.sax.de Subject: Re: conf/1076: 'make install' fails for /usr/src/share/examples in -stable Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > When 'make install'ing in /usr/src/share/examples, multiple errors > > of the type > > Hmm. I'm not sure about your fix. My suggested fix would be: > > install: > @echo "You cannot install these examples directly." > > I think they haven't ever been intended to be auto-installable, they Yes they are. The directories should have been created by running mtree on /etc/mtree/BSD.usr.dist earlier in the install. Bruce