History log of /freebsd-11.0-release/usr.bin/lorder/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


302398 07-Jul-2016 emaste

lorder: produce locale-independent symbol ordering

Found by the Debian reproducible builds effort -- Debian bug 830259.

Reported by: Reiner Herrmann <reiner@reiner-h.de>
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation


286791 14-Aug-2015 rpaulo

Introduce a new make variable: NMFLAGS.

As the name indicates, these are flags to pass to nm(1). The newer
binutils have a plugin mechanism so, to build something with LLVM's
LTO, we need to pass flags to nm(1). This commit also extends
lorder(1) to pass NMFLAGS to nm(1).


284345 13-Jun-2015 sjg

Add META_MODE support.

Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision: D2796
Reviewed by: brooks imp


216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


163682 25-Oct-2006 ru

Document the NM environment variable.


162792 29-Sep-2006 ru

Markup fixes.


158077 27-Apr-2006 imp

ru@ recently changed lorder to support library archives. Document
this new feature prominently. Bump date while I'm here.


150671 28-Sep-2005 ru

Oops, revert last commit (the manpage is still built in objdir).


150669 28-Sep-2005 ru

Add NO_OBJ.


148060 15-Jul-2005 ru

Fix loder(1) to work with libraries. This can be useful to
sort long DPADD lists automatically. While here, recognize
`W' as the global symbol. This has been tested since 2004.


131507 03-Jul-2004 ru

Deal with double whitespace.


115647 01-Jun-2003 tjr

Give the -o option before any filename operands when invoking the sort
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).


103902 24-Sep-2002 ache

Make it work with POSIX sort (POS arg)
All old sorts understand -k too.


95124 20-Apr-2002 charnier

Use `The .Nm utility'


75286 07-Apr-2001 ru

beforeinstall -> SCRIPTS.


74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


73882 06-Mar-2001 dfr

Pick up the environment variable ${NM} if it exists and use that to list
symbols. This allows lorder to be used more easily in a cross-build
environment.


60671 17-May-2000 hoek

Use different filenames.

Submitted by: bin/16927, Mike Heffner


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


38322 15-Aug-1998 jb

Removed explict PATH which tended to cause the *wrong* path to be used
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.


27624 23-Jul-1997 charnier

Typo.


16280 10-Jun-1996 phk

typo.
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>


9700 25-Jul-1995 bde

Change `install' to `${INSTALL}' as usual.

Remove the extra slash in ${DESTDIR}/${BINDIR}.


3937 27-Oct-1994 pst

lorder(1) manual page not properly installed due to makefile usurping
install rule.


1866 05-Aug-1994 wollman

More merry makefile munging for man page compatability.


1637 30-May-1994 rgrimes

Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.


1627 29-May-1994 rgrimes

Remove unneeded targets for manual page. Remove unneeded cleanfiles.


1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.