summaryrefslogtreecommitdiff
path: root/usr.bin/lorder
AgeCommit message (Collapse)Author
2015-07-03Switch to standard, non-historical sort(1) and join(1) usage. ok millert@Jeremie Courreges-Anglas
2015-03-22from mk: add ENVIRONMENT (for NM)Jason McIntyre
2011-11-08Pass install the -S option to avoid a window where the target isn'tPhilip Guenthe
executable (by mode or content), which can trip up builds with 'make -j' (The generic fix is in share/mk/*; some Makefiles have their own INSTALL lines) ok millert@ deraadt@
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
and synopsis of commands lots of good ideas by jmc@ ok jmc@
2007-05-31convert to new .Dd format;Jason McIntyre
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)Anil Madhavapeddy
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt
2002-11-14use $ or # before commands in examplesTheo de Raadt
2001-06-29use mktemp for temporary files creation, remove unnecessary directoryPeter Valchev
usage, exit appropriately and adjust the trap statements; ok millert
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
2000-03-10Various cleanups and standardization.Aaron Campbell
1999-05-21One lorder to bind them all,Marc Espie
in the land of OpenBSD, where the cute daemon rules.
1998-11-22$* -> "$@"David Leonard
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-09-02if trapped, kill self in same wayTheo de Raadt
1997-09-21$OpenBSD$Theo 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-01-25do not change PATHTheo de Raadt
1997-01-23Accept ${NM} as an override for nm(1), useful for cross-dev.Niklas Hallqvist
1997-01-02Fix the file dendancy problem the same way as on alpha/mipsDale S. Rahn
this removed another patched file for powerpc port.
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-10-12del tmpdir correctly; pr#29; kstailey@dol-esa.govTheo de Raadt
1996-09-30lorder now cleans up its temp directory after a failure.bitblt
1996-09-16kill the race; spotted by bitbltTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-12-21from netbsd; repair last commit, do not forget to remove the _symbol_ temp fileTheo de Raadt
1995-12-18alpha and mips architectures use lorder.sh.gnmTheo de Raadt
1995-12-18from netbsd:Theo de Raadt
run nm once; also check dependencies for 'G' (gp-relative constant pool) and 'R' (readonly data)
1995-10-18initial import of NetBSD treeTheo de Raadt