summaryrefslogtreecommitdiff
path: root/usr.bin/strip
AgeCommit message (Collapse)Author
2000-02-05Make hoststrip build correctly if cross-compilingNiklas Hallqvist
1999-05-10Fixes endianess problems with old a.out tools. This makes buildingMarc Espie
some cross toolchains possible. This also changes some utilities's behavior slightly: - nm, strip, size now handle any a.out format they know about. - ranlib complains if it detects mixed archives (several object formats for different boxes). In the presence of mixed objects, you still have file, ranlib or ld to prevent you from getting too confused...
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-05-11Support building for cross purposesNiklas Hallqvist
1997-09-11cleanup -WallTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-03fix my last fix. warnx, not warn!Michael Shalayeff
1997-02-13ok, this time the $HOSTCC stuff works correctlyTheo de Raadt
1997-02-11build hoststrip for install purposes; noted by tv@slack.iag.net, pr #88Theo de Raadt
1997-02-09use library err/warnMichael Shalayeff
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-14hack: if we're M68K, also allow us to strip M68K4K. Works for me.Jason Downs
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-09-03need param.hTheo de Raadt
1996-09-03check mid of exec tooTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt