This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libposix


>>>>> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]