From owner-freebsd-current Wed Apr 22 23:26:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14041 for freebsd-current-outgoing; Wed, 22 Apr 1998 23:26:57 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from minotaur.com (qmailr@www.minotaur.com [209.70.17.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA14036 for ; Wed, 22 Apr 1998 23:26:54 -0700 (PDT) (envelope-from jon@minotaur.com) Received: (qmail 22441 invoked from network); 23 Apr 1998 06:30:36 -0000 Received: from roaming.minotaur.com (HELO roaming) (209.70.17.100) by www.minotaur.com with SMTP; 23 Apr 1998 06:30:36 -0000 From: "Jon E. Mitchiner" To: Subject: install not making dirs (why not!?) with current. Date: Thu, 23 Apr 1998 02:28:02 -0400 Message-ID: <001301bd6e80$f7a8dc70$641146d1@roaming.minotaur.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 So I went and mkdir'd /usr/share/examples/etc/Attic and re-ran make world. Bing, I run into another error again. install -c -o bin -g bin -m 644 lkm/syscall/README,v /usr/share/examples/lkm/syscall/README,v install -c -o bin -g bin -m 644 lkm/vfs/module/Attic/Makefile,v /usr/share/examples/lkm/vfs/module/Attic/Makefile,v install: /usr/share/examples/lkm/vfs/module/Attic/Makefile,v: No such file or directory Sigh. Why doesn't install make dirs on its own? It'd help reduce the time taken to remake make world continuously. Time for a 3rd make world run. Another hour of waiting or so. I'm trying to get a benchmark on a PII-350 MHz system with a 100MHz system bus. It gets to this point at approx 1 hour 8 mins. Jon ______________________________________________________________________ Jon E. Mitchiner - jon@minotaur.com Minotaur Technologies, LLC - http://www.minotaur.com - (703) 560-0683 (FAX) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message