]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* Makerules (install-lib): Filter out %_pic.a; install only the
authorRoland McGrath <roland@gnu.org>
Tue, 17 Oct 1995 02:19:11 +0000 (02:19 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 17 Oct 1995 02:19:11 +0000 (02:19 +0000)
linked shared objects.

ChangeLog
Makerules
stdio-common/.cvsignore [new file with mode: 0644]

index c0f61f090b9c0d874cc0dfb42b82d1363cdd74f6..ffb61033664c4e90a187ec945f4430535a34e251 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Mon Oct 16 03:22:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+       * Makerules (install-lib): Filter out %_pic.a; install only the
+       linked shared objects.
+
        * locale/Makefile (aux): Add SYS_libc.
        * locale/SYS_libc.c: New file.
        * libc-symbols.h (_): New macro.
index ac1ac39b48f0541791377466d27eaf7a7f1575c3..ce05017e4db25e624ffedd2a6819e49cf4b1bfa0 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -464,7 +464,7 @@ mv -f $@.new $@
 endef
 
 install-lib.so := $(filter %.so,$(install-lib:%_pic.a=%.so))
-install-lib := $(filter-out %.so,$(install-lib))
+install-lib := $(filter-out %.so %_pic.a,$(install-lib))
 ifeq (yes,$(build-shared))
 install: $(libdir)/libc.so$(libc.so-version)
 install-lib-nosubdir: $(foreach so,$(install-lib.so),\
diff --git a/stdio-common/.cvsignore b/stdio-common/.cvsignore
new file mode 100644 (file)
index 0000000..b699a6e
--- /dev/null
@@ -0,0 +1,7 @@
+*.gz *.Z *.tar *.tgz
+=*
+TODO COPYING* AUTHORS copyr-* copying.*
+glibc-*
+
+mpn-copy.mk
+distinfo