Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 1995 15:50:22 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-usrbin
Subject:   cvs commit: src/usr.bin/strip Makefile
Message-ID:  <199507242250.PAA17693@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507242250.PAA17693>