[trigger-rally] 03/05: Modify debian/patches/verbose-build.patch to remove printf that BLHC does not understand.
Bertrand Marc
bmarc at moszumanska.debian.org
Sun Sep 18 16:12:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
bmarc pushed a commit to branch master
in repository trigger-rally.
commit 9475ad05a3a6543c652cd47d1d04bf621d79901a
Author: Bertrand Marc <bmarc at debian.org>
Date: Sun Sep 18 17:13:23 2016 +0200
Modify debian/patches/verbose-build.patch to remove printf that BLHC does not understand.
---
debian/patches/verbose-build.patch | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/debian/patches/verbose-build.patch b/debian/patches/verbose-build.patch
index 87e5eeb..2bd0965 100644
--- a/debian/patches/verbose-build.patch
+++ b/debian/patches/verbose-build.patch
@@ -1,20 +1,26 @@
Description: BLHC tool can't read non-verbose build logs
Author: Gianfranco Costamagna <locutusofborg at debian.org>
---- trigger-rally-0.6.4+dfsg.orig/src/GNUmakefile
-+++ trigger-rally-0.6.4+dfsg/src/GNUmakefile
-@@ -125,7 +125,7 @@ $(TR_EXEFILE): $(OBJFILES)
- printf "\t%s\n" $$file; \
- done;
- @printf "\t-> %s\n" $@
+--- a/src/GNUmakefile
++++ b/src/GNUmakefile
+@@ -120,12 +120,7 @@
+
+ # links the object files into the executable, which it then strips
+ $(TR_EXEFILE): $(OBJFILES)
+- @printf "%s" $(CXX)
+- @for file in $(OBJFILES); do \
+- printf "\t%s\n" $$file; \
+- done;
+- @printf "\t-> %s\n" $@
- @$(CXX) -o $@ $(OBJFILES) $(LDFLAGS)
+ $(CXX) -o $@ $(OBJFILES) $(LDFLAGS)
@printf "strip\t%s\n" $@
@strip $@
-@@ -155,4 +155,4 @@ clean:
+@@ -154,5 +149,4 @@
+ # if this makefile is edited
#
%.o: %.cpp GNUmakefile
- @printf "%s\t%s -> %s\n" $(CXX) $< $@
+- @printf "%s\t%s -> %s\n" $(CXX) $< $@
- @$(CXX) $(CXXFLAGS) $(CPPFLAGS) -MMD -MP -c $< -o $@
+ $(CXX) $(CXXFLAGS) $(CPPFLAGS) -MMD -MP -c $< -o $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/trigger-rally.git
More information about the Pkg-games-commits
mailing list