lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
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