summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-01-08 10:33:12 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-01-08 10:33:12 +0000
commit1331b5988565c1f08a0b714a44b26b327b73d980 (patch)
treed76cda369932908ae222a5c60c82f23123e3c54a /gnu
parent866fba04c355ed78fd514f852b0e61d3af7fdc9f (diff)
downloadFreeBSD-src-1331b5988565c1f08a0b714a44b26b327b73d980.zip
FreeBSD-src-1331b5988565c1f08a0b714a44b26b327b73d980.tar.gz
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/strip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/strip/Makefile b/gnu/usr.bin/binutils/strip/Makefile
index 455de6d6..13cc895 100644
--- a/gnu/usr.bin/binutils/strip/Makefile
+++ b/gnu/usr.bin/binutils/strip/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.3 1998/03/12 02:55:43 jdp Exp $
+# $Id: Makefile,v 1.4 1998/06/03 18:01:04 peter Exp $
#
.include "../Makefile.inc0"
@@ -24,7 +24,7 @@ maybe_stripped: strip
cp strip maybe_stripped
.if defined(STRIP)
.if ${STRIP:M-s} != ""
- strip maybe_stripped
+ -strip maybe_stripped
.endif
.endif
OpenPOWER on IntegriCloud