From owner-cvs-all Fri Jan 8 03:27:59 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09689 for cvs-all-outgoing; Fri, 8 Jan 1999 03:27:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09679; Fri, 8 Jan 1999 03:27:52 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id WAA29679; Fri, 8 Jan 1999 22:27:20 +1100 Date: Fri, 8 Jan 1999 22:27:20 +1100 From: Bruce Evans Message-Id: <199901081127.WAA29679@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, n_hibma@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/binutils/strip Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > gnu/usr.bin/binutils/strip Makefile > Log: > Ignore return value for strip. Avoids make world going pop > because of > > strip maybe_stripped > strip: maybe_stripped: File format not recognized > *** Error code 1 > > in I/usr/src/gnu/usr.bin/binutils/strip Hmm, usr.bin/strip already has this breakage (ignoring an error). Possible correct fixes: - use `install -C' to get an atomic install and remove all the maybe_stripped complications. (Someday, `install' should always be atomic.) - remove "." from $PATH. - abort `make world' if "." is in $PATH. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message