This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository devscripts.
commit 79fe4c960485dde5f7212995d885cc4b15c8c1c1 Author: Chris Lamb <[email protected]> Date: Mon Sep 11 07:58:14 2017 +0100 scripts/Makefile: Use $< to avoid duplicating executale name. --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile b/scripts/Makefile index a687a6b..aa3bc30 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -91,7 +91,7 @@ reproducible-check.1: reproducible-check --name="Reports on the reproducible status of installed packages" \ --no-info \ --no-discard-stderr \ - ./reproducible-check >$@ + ./$< >$@ $(BC_BUILD_DIR): mkdir $(BC_BUILD_DIR) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
