[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190321020218.5154-3-tytso@mit.edu>
Date: Wed, 20 Mar 2019 22:02:12 -0400
From: "Theodore Ts'o" <tytso@....edu>
To: Ext4 Developers List <linux-ext4@...r.kernel.org>
Cc: darrick.wong@...cle.com, "Theodore Ts'o" <tytso@....edu>
Subject: [PATCH 3/9] Fix "make install-strip"
Signed-off-by: Theodore Ts'o <tytso@....edu>
---
lib/Makefile.bsd-lib | 2 +-
lib/Makefile.darwin-lib | 2 +-
lib/Makefile.elf-lib | 2 +-
lib/Makefile.library | 2 ++
lib/Makefile.solaris-lib | 2 +-
5 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/lib/Makefile.bsd-lib b/lib/Makefile.bsd-lib
index db0947f9a..2792ba3df 100644
--- a/lib/Makefile.bsd-lib
+++ b/lib/Makefile.bsd-lib
@@ -36,7 +36,7 @@ install-shlibs install:: $(BSD_LIB)
install-strip: install
-install-shlibs-strip: install-shlibs
+install-shlibs-strip:: install-shlibs
uninstall-shlibs uninstall::
$(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
diff --git a/lib/Makefile.darwin-lib b/lib/Makefile.darwin-lib
index c94a5e721..95cdd4b49 100644
--- a/lib/Makefile.darwin-lib
+++ b/lib/Makefile.darwin-lib
@@ -39,7 +39,7 @@ install-shlibs install:: $(BSD_LIB)
install-strip: install
-install-shlibs-strip: install-shlibs
+install-shlibs-strip:: install-shlibs
uninstall-shlibs uninstall::
$(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
diff --git a/lib/Makefile.elf-lib b/lib/Makefile.elf-lib
index bd7b2b3c4..f850f3ddb 100644
--- a/lib/Makefile.elf-lib
+++ b/lib/Makefile.elf-lib
@@ -58,7 +58,7 @@ install-strip: install
$(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
--remove-section=.note $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
-install-shlibs-strip: install-shlibs
+install-shlibs-strip:: install-shlibs
$(E) " STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
$(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
--remove-section=.note $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
diff --git a/lib/Makefile.library b/lib/Makefile.library
index 1b86b0235..f78467aa7 100644
--- a/lib/Makefile.library
+++ b/lib/Makefile.library
@@ -1,5 +1,7 @@
all:: subdirs $(LIBRARY).a
+install-shlibs-strip::
+
install-shlibs::
uninstall-shlibs::
diff --git a/lib/Makefile.solaris-lib b/lib/Makefile.solaris-lib
index 304df7d40..1e636368f 100644
--- a/lib/Makefile.solaris-lib
+++ b/lib/Makefile.solaris-lib
@@ -50,7 +50,7 @@ install-shlibs install:: $(ELF_LIB) installdirs-elf-lib
install-strip: install
$(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
-install-shlibs-strip: install-shlibs
+install-shlibs-strip:: install-shlibs
$(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
uninstall-shlibs uninstall::
--
2.19.1
Powered by blists - more mailing lists