summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-06 09:25:59 +0000
committerru <ru@FreeBSD.org>2004-02-06 09:25:59 +0000
commite9babba8fbf82ad381045cdb4d468b844c7c24fd (patch)
tree9144e2e4a204962c5e0b975623b7b39799fda99e
parentbc64bec12151c87a5a1fd07fbe238c3f146cccc8 (diff)
downloadFreeBSD-src-e9babba8fbf82ad381045cdb4d468b844c7c24fd.zip
FreeBSD-src-e9babba8fbf82ad381045cdb4d468b844c7c24fd.tar.gz
Removed all the complexities when installing the strip(1) binary.
Submitted by: bde
-rw-r--r--gnu/usr.bin/binutils/strip/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/gnu/usr.bin/binutils/strip/Makefile b/gnu/usr.bin/binutils/strip/Makefile
index b204431..45b1159 100644
--- a/gnu/usr.bin/binutils/strip/Makefile
+++ b/gnu/usr.bin/binutils/strip/Makefile
@@ -13,18 +13,6 @@ DPADD= ${RELTOP}/libbinutils/libbinutils.a
DPADD+= ${RELTOP}/libbfd/libbfd.a
DPADD+= ${RELTOP}/libiberty/libiberty.a
LDADD= ${DPADD}
-CLEANFILES+= maybe_stripped
-
-all: maybe_stripped
-
-realinstall:
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- maybe_stripped ${DESTDIR}${BINDIR}/strip
+INSTALLFLAGS= -S
.include <bsd.prog.mk>
-
-maybe_stripped: strip
- cp strip maybe_stripped
-.if defined(STRIP) && !empty(STRIP:M-s)
- -strip maybe_stripped
-.endif
OpenPOWER on IntegriCloud