From owner-freebsd-current Sat Nov 28 01:55:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25539 for freebsd-current-outgoing; Sat, 28 Nov 1998 01:55:27 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from bouvreuil.cybercable.fr (bouvreuil.cybercable.fr [212.198.3.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA25534 for ; Sat, 28 Nov 1998 01:55:22 -0800 (PST) (envelope-from herbelot@cybercable.fr) Received: (qmail 14858 invoked from network); 28 Nov 1998 09:48:54 -0000 Received: from d007.paris-8.cybercable.fr (HELO cybercable.fr) (212.198.8.7) by bouvreuil.cybercable.fr with SMTP; 28 Nov 1998 09:48:54 -0000 Message-ID: <365FC6CD.D73BF0C2@cybercable.fr> Date: Sat, 28 Nov 1998 10:47:57 +0100 From: Thierry Herbelot X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Mike Smith CC: Bruce Evans , jack@germanium.xtalwind.net, jake@checker.org, current@FreeBSD.ORG Subject: Re: install: strip: No such file or directory References: <199811280730.XAA00387@dingo.cdrom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith wrote: > > > >> anyone else seeing the following just before a make -j4 world should finish? > > > > > >Yup, and I submitted a PR a little while ago. > > >Adding > > > > > >beforeinstall: > > >STRIP= > > > > Make macros have global scope in make, so this breaks all non-install > > uses of STRIP. There shouldn't be any such uses, but this was broken > > in rev.1.20 of netboot/Makefile. All changes those changes are wrong > > anyway, because netboot is part of a whole tree with similarly deficient > > aout support. > > The correct fix is probably to remove netboot from the world build; it > is not generally useful without recompilation anyway. > > -- > \\ Sometimes you're ahead, \\ Mike Smith > \\ sometimes you're behind. \\ mike@smith.net.au > \\ The race is long, and in the \\ msmith@freebsd.org > \\ end it's only with yourself. \\ msmith@cdrom.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message Hello, What is the resulting state of a machine after such an "Installworld" ? I've done this yesterday, and I wonder what to do next (re-make world after cvsupping the last mod by Joerg Wunsch on src/sys/i386/boot/netboot/Makefile ?) TIA TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message