summaryrefslogtreecommitdiff
path: root/usr.bin/strip/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Install the legacy man file in section 1aout.John Birrell1998-09-071-1/+1
| | | | Notes: svn path=/head/; revision=38899
* "./strip maybe_stripped" doesn't work too well if maybe_stripped is anPeter Wemm1998-06-121-1/+1
| | | | | | | elf executable.. Notes: svn path=/head/; revision=36925
* ELF preparation step 1:Søren Schmidt1998-05-251-0/+1
| | | | | | | | | | | | | | | | | | Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow... Notes: svn path=/head/; revision=36374
* Trivial bugfix which occurs when DEBUG_FLAGS is defined. If DEBUG_FLAGSNate Williams1996-06-271-0/+2
| | | | | | | | is defined, STRIP is undefined and causes the Makefile to blow up, so make sure STRIP is defined if you plan on using it. Notes: svn path=/head/; revision=16808
* Add the maybe_stripped to a CLEANFILES target to get a clean obj directoryAndreas Schulz1995-08-011-0/+1
| | | | | | | after a clean or cleandir. Notes: svn path=/head/; revision=9844
* Build a stripped copy of `strip' so that it doesn't have to be strippedBruce Evans1995-07-241-3/+11
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=9693
* Define MAN1 man page variable.Steven Wallace1994-09-291-3/+3
| | | | | | | | Get rid of install: and instead add an afterinstall: so that man page is properly installed Notes: svn path=/head/; revision=3212
* Install with group BINGRP, not BINOWN.Bruce Evans1994-08-201-1/+1
| | | | Notes: svn path=/head/; revision=2143
* Cleanup so that make install can run, many install: maninstall changedRodney W. Grimes1994-05-301-2/+1
| | | | | | | to just install:, sperious targets and CLEANFILES removed. Notes: svn path=/head/; revision=1637
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+11
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590