[Pkg-privacy-commits] [libgsecuredelete] 121/168: Honor silent building when generating `sfill` helper script
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 20:06:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository libgsecuredelete.
commit 760fc6423701303ff2fa15f33fbe7244872aebe8
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Fri May 25 01:49:56 2012 +0200
Honor silent building when generating `sfill` helper script
---
Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 44e8be1..849eabc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,5 +22,6 @@ compile_script = sed -e 's%[@]SRM_PATH[@]%$(SRM_PATH)%g' \
-e 's%[@]SFILL_PATH[@]%$(SFILL_PATH)%g'
gsd-sfill-helper: gsd-sfill-helper.in Makefile
- $(compile_script) < $(srcdir)/$< > $@
+ $(AM_V_GEN) \
+ $(compile_script) < $(srcdir)/$< > $@ && \
chmod +x $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git
More information about the Pkg-privacy-commits
mailing list