From owner-freebsd-current Thu Apr 23 09:07:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26628 for freebsd-current-outgoing; Thu, 23 Apr 1998 09:07:03 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA26618 for ; Thu, 23 Apr 1998 09:07:00 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 0ySOWW-00028o-00; Thu, 23 Apr 1998 09:06:56 -0700 Date: Thu, 23 Apr 1998 09:06:55 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: "Jon E. Mitchiner" cc: freebsd-current@FreeBSD.ORG Subject: Re: install not making dirs (why not!?) with current. In-Reply-To: <001301bd6e80$f7a8dc70$641146d1@roaming.minotaur.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 23 Apr 1998, Jon E. Mitchiner wrote: > install -c -o bin -g bin -m 644 etc/README.examples,v > /usr/share/examples/etc/README.examples,v > install -c -o bin -g bin -m 644 etc/Attic/aliases,v > /usr/share/examples/etc/Attic/aliases,v > install: /usr/share/examples/etc/Attic/aliases,v: No such file or directory > *** Error code 71 ... > Sigh. Why doesn't install make dirs on its own? It'd help reduce the time > taken to remake make world continuously. That directory should not exist. It seems that you've done something funny with your tree. Attic directories should only exist in the cvs tree, not the checked out copy. Attic directories contain obsolete files only. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message