lorder: Undeprecate.

While lorder is not required by our current toolchain (or any toolchain
we've used in the past decade or two), it still occasionally shows up
in build systems of third party software, including The Open Group's
UNIX conformance test suite, and the maintenance cost is negligible.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	imp, allanjude, emaste
Differential Revision:	https://reviews.freebsd.org/D44135
This commit is contained in:
Dag-Erling Smørgrav 2024-02-28 16:37:44 +01:00
parent 96da41b6db
commit cf4d9bf8b3

View file

@ -31,11 +31,6 @@
.Sh NAME
.Nm lorder
.Nd list dependencies for object files
.Sh DEPRECATION NOTICE
.Nm
is obsolete and may not be present in
.Fx 14
and later.
.Sh SYNOPSIS
.Nm
.Ar
@ -61,12 +56,10 @@ and
.Xr tsort 1
can be used to sort libraries in order of dependency.
.Pp
The use of
.Nm
is not required by contemporary linkers, and
.Nm
may be removed from a future version of
.Fx .
While contemporary linkers no longer require the use of
.Nm ,
it is provided for the benefit of legacy code bases and build
systems which still insist on it.
.Sh ENVIRONMENT
.Bl -tag -width indent
.It Ev NM