]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the broken installation of strip. It tried to use the installed
authorjdp <jdp@FreeBSD.org>
Fri, 6 Mar 1998 00:28:04 +0000 (00:28 +0000)
committerjdp <jdp@FreeBSD.org>
Fri, 6 Mar 1998 00:28:04 +0000 (00:28 +0000)
commit9fa81114e9d99a8c0a42a254db45bf92a317e1d8
tree7df6a44bb532c990b12a863e9ea360b878d0a095
parent536dbcff68f5f7b351636ee5c82e28c934b07fb9
Fix the broken installation of strip.  It tried to use the installed
strip program (via "install") to strip itself.  But the program
wasn't executable because "install" hadn't made it so yet.  I
borrowed the method used for the old strip to get around this.
gnu/usr.bin/binutils/strip/Makefile