Date: Fri, 8 Jan 1999 22:27:20 +1100 From: Bruce Evans <bde@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 Message-ID: <199901081127.WAA29679@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901081127.WAA29679>