From owner-cvs-gnu Thu Mar 5 16:30:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA16786 for cvs-gnu-outgoing; Thu, 5 Mar 1998 16:30:16 -0800 (PST) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA16668; Thu, 5 Mar 1998 16:29:36 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05725; Thu, 5 Mar 1998 16:28:04 -0800 (PST) Date: Thu, 5 Mar 1998 16:28:04 -0800 (PST) Message-Id: <199803060028.QAA05725@freefall.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 Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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