aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lorder/lorder.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix loder(1) to work with libraries. This can be useful toRuslan Ermilov2005-07-151-5/+14
| | | | | | | | sort long DPADD lists automatically. While here, recognize `W' as the global symbol. This has been tested since 2004. Notes: svn path=/head/; revision=148060
* Give the -o option before any filename operands when invoking the sortTim J. Robbins2003-06-011-2/+2
| | | | | | | | | utility. 1003.1-2001 does not allow sort to accept the -o option after the operands (Base Definitions, 12.2 Utility Syntax Guidelines, Guideline 9). Notes: svn path=/head/; revision=115647
* Make it work with POSIX sort (POS arg)Andrey A. Chernov2002-09-241-2/+2
| | | | | | | All old sorts understand -k too. Notes: svn path=/head/; revision=103902
* Pick up the environment variable ${NM} if it exists and use that to listDoug Rabson2001-03-061-1/+2
| | | | | | | | symbols. This allows lorder to be used more easily in a cross-build environment. Notes: svn path=/head/; revision=73882
* Use different filenames.Tim Vanderhoek2000-05-171-2/+4
| | | | | | | Submitted by: bin/16927, Mike Heffner Notes: svn path=/head/; revision=60671
* Removed explict PATH which tended to cause the *wrong* path to be usedJohn Birrell1998-08-151-12/+5
| | | | | | | | | | more often than not. Also included Doug Rabson's changes to make this script better handle the two varieties of nm output we now have. Notes: svn path=/head/; revision=38322
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+89
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590