[SCM] BOINC packaging branch, sid, updated. debian/7.0.27+dfsg-4-8-g15303e3

Guo Yixuan culu.gyx at gmail.com
Sun Jun 24 12:35:14 UTC 2012


The following commit has been merged in the sid branch:
commit 4de839c969406e408bd93c02ee5a2928cc6627cd
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Sun Jun 24 18:41:54 2012 +0800

    show-flags: compare variables in make and shell

diff --git a/debian/rules b/debian/rules
index e5c72b3..6297b2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -373,6 +373,10 @@ get-orig-source:
 # helper for debug with flags
 show-flags:
 	@echo $(CFLAGS)
+	@echo $$CFLAGS
 	@echo $(CXXFLAGS)
+	@echo $$CXXFLAGS
 	@echo $(LDFLAGS)
+	@echo $$LDFLAGS
 	@echo $(CPPFLAGS)
+	@echo $$CPPFLAGS

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list