mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* Makerules (install-lib): Filter out %_pic.a; install only the
linked shared objects.
This commit is contained in:
parent
cb2f05ed72
commit
0700dfa143
@ -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.
|
||||
|
@ -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),\
|
||||
|
7
stdio-common/.cvsignore
Normal file
7
stdio-common/.cvsignore
Normal file
@ -0,0 +1,7 @@
|
||||
*.gz *.Z *.tar *.tgz
|
||||
=*
|
||||
TODO COPYING* AUTHORS copyr-* copying.*
|
||||
glibc-*
|
||||
|
||||
mpn-copy.mk
|
||||
distinfo
|
Loading…
Reference in New Issue
Block a user