summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-17 02:19:11 +0000
committerRoland McGrath <roland@gnu.org>1995-10-17 02:19:11 +0000
commit0700dfa143cad61b491c6d596657ee69cd5b35bd (patch)
treee4179b725f41c23df89fb9e4f25080e8530ca40b
parentcb2f05ed72575a2d5769a7772a935eda461ad0b8 (diff)
* Makerules (install-lib): Filter out %_pic.a; install only the
linked shared objects.
-rw-r--r--ChangeLog3
-rw-r--r--Makerules2
-rw-r--r--stdio-common/.cvsignore7
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c0f61f090b..ffb6103366 100644
--- 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.
diff --git a/Makerules b/Makerules
index ac1ac39b48..ce05017e4d 100644
--- 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
index 0000000000..b699a6e25c
--- /dev/null
+++ b/stdio-common/.cvsignore
@@ -0,0 +1,7 @@
+*.gz *.Z *.tar *.tgz
+=*
+TODO COPYING* AUTHORS copyr-* copying.*
+glibc-*
+
+mpn-copy.mk
+distinfo