libposix
Andreas Jaeger
aj@suse.de
Thu Jul 13 02:00:00 GMT 2000
>>>>> Ulrich Drepper writes:
> Andreas Jaeger <aj@suse.de> writes:
>> So it looks that it not needed anywhere - just mentioned in all
>> INSTALL documents as an example :-(.
> So we might as well remove it. This is certainly no standard library.
I came to the same conclusion.
Here's a patch.
Andreas
2000-07-13 Andreas Jaeger <aj@suse.de>
* posix/Makefile: Remove build rules for libposix.
============================================================
Index: posix/Makefile
--- posix/Makefile 2000/07/04 08:14:33 1.99
+++ posix/Makefile 2000/07/13 08:38:40
@@ -75,9 +75,6 @@
endif
others := getconf
install-bin := getconf
-ifeq (yes,$(build-static))
-install-lib := libposix.a
-endif
gpl2lgpl := getopt.c getopt1.c getopt.h regex.c regex.h
before-compile := testcases.h ptestcases.h
@@ -111,9 +108,6 @@
tst-spawn-ARGS = -- $(built-program-cmd)
tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata
-
-$(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib)
-lib: $(objpfx)libposix.a
testcases.h: TESTS TESTS2C.sed
sed -f TESTS2C.sed < $< > $@T
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
More information about the Libc-hacker
mailing list