Remove libbsd-compat dummy library
Joseph S. Myers
joseph@codesourcery.com
Tue Dec 17 17:53:00 GMT 2013
This patch, relative to a tree with
<https://sourceware.org/ml/libc-alpha/2013-12/msg00632.html> applied,
removes the dummy libbsd-compat library. (It will work without that
previous patch, but that previous patch is what removes the inaccurate
documentation referring to this library.)
libbsd-compat.a has been a dummy library since commit
01cad722667c7b25535b2d248598f3d535e7caa9 (21 Apr 1998).
Tested x86_64.
2013-12-17 Joseph Myers <joseph@codesourcery.com>
* misc/Makefile (install-lib): Remove libbsd-compat.a.
($(objpfx)libbsd-compat.a): Remove rule.
diff --git a/misc/Makefile b/misc/Makefile
index 5df70e6..3b15fb5 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -72,7 +72,7 @@ generated := tst-error1.mtrace tst-error1-mem
include ../Makeconfig
aux := init-misc
-install-lib := libbsd-compat.a libg.a
+install-lib := libg.a
gpl2lgpl := error.c error.h
tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent tst-hsearch \
@@ -100,7 +100,6 @@ CFLAGS-tst-tsearch.c = $(stack-align-test-flags)
include ../Rules
-$(objpfx)libbsd-compat.a: $(dep-dummy-lib); $(make-dummy-lib)
$(objpfx)libg.a: $(dep-dummy-lib); $(make-dummy-lib)
ifeq ($(build-shared),yes)
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list