From owner-cvs-usrbin Mon Jul 24 15:50:39 1995 Return-Path: cvs-usrbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id PAA17731 for cvs-usrbin-outgoing; Mon, 24 Jul 1995 15:50:39 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id PAA17693 ; Mon, 24 Jul 1995 15:50:22 -0700 Date: Mon, 24 Jul 1995 15:50:22 -0700 From: Bruce Evans Message-Id: <199507242250.PAA17693@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/strip Makefile Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk bde 95/07/24 15:50:20 Modified: usr.bin/strip Makefile Log: Build a stripped copy of `strip' so that it doesn't have to be stripped at install time. This will allow `install -C' to avoid replacing the installed copy if the new copy is the same. `install -C' would actually work right if `strip' is already installed, but the Makefile doesn't know that and has to work for plain `install'. Stripping should be done by default at link time, but complications would still be required for installing `strip' in case the default is overridden.