Date: Thu, 5 Mar 1998 16:28:04 -0800 (PST) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/binutils/strip Makefile Message-ID: <199803060028.QAA05725@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1998/03/05 16:28:04 PST Modified files: gnu/usr.bin/binutils/strip Makefile Log: 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. Revision Changes Path 1.2 +16 -1 src/gnu/usr.bin/binutils/strip/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803060028.QAA05725>