[trigger-rally] 01/03: Add verbose builds
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Sep 7 15:41:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository trigger-rally.
commit 9ee04da357757588c48eb64b2f859016f2da9bb9
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Sep 7 17:34:25 2016 +0200
Add verbose builds
---
debian/patches/verbose-build.patch | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/debian/patches/verbose-build.patch b/debian/patches/verbose-build.patch
new file mode 100644
index 0000000..87e5eeb
--- /dev/null
+++ b/debian/patches/verbose-build.patch
@@ -0,0 +1,20 @@
+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" $@
+- @$(CXX) -o $@ $(OBJFILES) $(LDFLAGS)
++ $(CXX) -o $@ $(OBJFILES) $(LDFLAGS)
+ @printf "strip\t%s\n" $@
+ @strip $@
+
+@@ -155,4 +155,4 @@ clean:
+ #
+ %.o: %.cpp GNUmakefile
+ @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