From owner-freebsd-current Fri Apr 14 18:45:44 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA21477 for current-outgoing; Fri, 14 Apr 1995 18:45:44 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA21460 ; Fri, 14 Apr 1995 18:45:19 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id LAA31360; Sat, 15 Apr 1995 11:42:26 +1000 Date: Sat, 15 Apr 1995 11:42:26 +1000 From: Bruce Evans Message-Id: <199504150142.LAA31360@godzilla.zeta.org.au> To: current@FreeBSD.org, nate@FreeBSD.org Subject: `make install' fails in cvs/examples Sender: current-owner@FreeBSD.org Precedence: bulk My /usr/share/examples is a symlink to /usr/src/share/examples because I use option SHARED=symlinks in /etc/make.conf (this saves a whole 201K). The cvs/examples Makefile doesn't know about this complication and couldn't handle it if it did. It could handle it if /usr/share/examples was a directory and only some of its subdirectories were symlinks. /etc/mtree/BSD.usr.dist doesn't support this complication either. Bruce