[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190321020218.5154-4-tytso@mit.edu>
Date: Wed, 20 Mar 2019 22:02:13 -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 4/9] e2scrub: fix up "make install-strip" support
Signed-off-by: Theodore Ts'o <tytso@....edu>
---
scrub/Makefile.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scrub/Makefile.in b/scrub/Makefile.in
index 2f6d63014..f1e917fcf 100644
--- a/scrub/Makefile.in
+++ b/scrub/Makefile.in
@@ -129,6 +129,8 @@ install-systemd: $(SERVICE_FILES)
$(INSTALL_DATA) $$i $(DESTDIR)$(SYSTEMD_SYSTEM_UNIT_DIR)/$$i; \
done
+install-strip: install
+
install: $(PROGS) $(MANPAGES) $(FMANPAGES) installdirs $(INSTALL_TGT)
$(Q) for i in $(PROGS); do \
$(ES) " INSTALL $(root_sbindir)/$$i"; \
--
2.19.1
Powered by blists - more mailing lists