summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Do not override the `install' target.ru2002-04-291-1/+1
|
* Remove to-be-default WARNS?=2markm2001-12-121-1/+0
|
* Strip seems to be warns clean on i386 and alpha.dwmalone2001-12-031-0/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+2
|
* Install the legacy man file in section 1aout.jb1998-09-071-1/+1
|
* "./strip maybe_stripped" doesn't work too well if maybe_stripped is anpeter1998-06-121-1/+1
| | | | elf executable..
* ELF preparation step 1:sos1998-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...
* Trivial bugfix which occurs when DEBUG_FLAGS is defined. If DEBUG_FLAGSnate1996-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.
* Add the maybe_stripped to a CLEANFILES target to get a clean obj directoryats1995-08-011-0/+1
| | | | after a clean or cleandir.
* Build a stripped copy of `strip' so that it doesn't have to be strippedbde1995-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.
* Define MAN1 man page variable.swallace1994-09-291-3/+3
| | | | | Get rid of install: and instead add an afterinstall: so that man page is properly installed
* Install with group BINGRP, not BINOWN.bde1994-08-201-1/+1
|
* Cleanup so that make install can run, many install: maninstall changedrgrimes1994-05-301-2/+1
| | | | to just install:, sperious targets and CLEANFILES removed.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+11
OpenPOWER on IntegriCloud