summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip
Commit message (Collapse)AuthorAgeFilesLines
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
| | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-292-2/+4
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* 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 -x option to the usage string.mpp1996-03-111-2/+2
| | | | Submitted by: Philippe Charnier <charnier@lirmm.fr>
* 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.
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* strip not close files on errorache1994-12-181-1/+5
| | | | Submitted by: jc@irbs.com
* 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
* Don't exit early if malloc() fails (never exit early now; the `fatal'bde1994-09-081-10/+12
| | | | | | | flag to err() is useless). The following files might be much smaller so malloc() might work for them. Clean up formatting of the -x change.
* - Bring in -x option changes from 1.xcsgr1994-09-033-6/+25
| | | | | - eval -> err_val : slightly more meaningful (eval is what you do in Linda ;-)) Submitted by: Geoff.
* 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.
* This commit was generated by cvs2svn to compensate for changes in r1590,rgrimes1994-05-273-0/+339
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+339
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+69
OpenPOWER on IntegriCloud