[Pkg-mozext-commits] [perspectives-extension] 08/30: Makefile - do not print comments

David Prévot taffit at alioth.debian.org
Thu Sep 26 22:31:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit dd6610ef606469ff837bae0e779a756e64a55f82
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sat Sep 14 22:24:51 2013 -0600

    Makefile - do not print comments
---
 Makefile |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index cf663e0..220790a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,12 +11,12 @@ all: clean dtds
 	rm -rf $(buildfolder)
 
 dtds:
-	# remove invalid entity characters as part of the build
-	# 1. we never have to remember to run this step manually
-	# 2. this ensures the plugin won't crash
+	@# remove invalid entity characters as part of the build
+	@# 1. we never have to remember to run this step manually
+	@# 2. this ensures the plugin won't crash
 	@echo Checking for perl...
-	#note: the next few lines use spaces instead of tabs for indentation
-	#just to keep them nicely formatted with the actual commands
+	@#note: the next few lines use spaces instead of tabs for indentation
+	@#just to keep them nicely formatted with the actual commands
     ifeq ($(shell command -v perl ; echo $$?),1)
 	    @echo -e "  perl not installed; skipping DTD tests.\n  WARNING: Invalid DTDs may prevent Perspectives from working.\n  Install perl to enable dtd validation."
     else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list