[PATCH] Only .so files are used in libcollector. Remove the other files.

vladimir.mezentsev@oracle.com vladimir.mezentsev@oracle.com
Tue Mar 22 22:15:04 GMT 2022


From: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>

gprofng/ChangeLog
2022-03-22  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

	* gprofng/libcollector/Makefile.am (install-data-local):
	Remove the *.la and *.a libraries.
	* gprofng/libcollector/Makefile.in: Regenerate.
---
 gprofng/libcollector/Makefile.am | 5 ++++-
 gprofng/libcollector/Makefile.in | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gprofng/libcollector/Makefile.am b/gprofng/libcollector/Makefile.am
index ffb4f977aa5..16f9e53b61a 100644
--- a/gprofng/libcollector/Makefile.am
+++ b/gprofng/libcollector/Makefile.am
@@ -80,4 +80,7 @@ libgp_collectorAPI_la_LIBADD = -lc -ldl
 .PHONY: install-data-local
 
 install-data-local: install-pkglibLTLIBRARIES
-	rm -f $(DESTDIR)/$(pkglibdir)/*.la $(DESTDIR)/$(pkglibdir)/*.a
+	for f in libgp-collector libgp-heap libgp-sync libgp-iotrace ; do \
+	  rm -f $(DESTDIR)/$(pkglibdir)/$$f.la $(DESTDIR)/$(pkglibdir)/$$f.a ; \
+	done
+
diff --git a/gprofng/libcollector/Makefile.in b/gprofng/libcollector/Makefile.in
index b554b665c66..e8b2aab0471 100644
--- a/gprofng/libcollector/Makefile.in
+++ b/gprofng/libcollector/Makefile.in
@@ -1138,7 +1138,9 @@ uninstall-am: uninstall-myincludeHEADERS uninstall-pkglibLTLIBRARIES
 .PHONY: install-data-local
 
 install-data-local: install-pkglibLTLIBRARIES
-	rm -f $(DESTDIR)/$(pkglibdir)/*.la $(DESTDIR)/$(pkglibdir)/*.a
+	for f in libgp-collector libgp-heap libgp-sync libgp-iotrace ; do \
+	  rm -f $(DESTDIR)/$(pkglibdir)/$$f.la $(DESTDIR)/$(pkglibdir)/$$f.a ; \
+	done
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
-- 
2.27.0



More information about the Binutils mailing list