[Build-common-hackers] Bug#317870: [patch] cosmetic change to make emacs font-lock happier

Karl Hegbloom Karl Hegbloom <hegbloom@pdx.edu>, 317870@bugs.debian.org
Mon, 11 Jul 2005 23:14:08 -0700


Package: cdbs
Version: 0.4.30
Severity: minor

Not really a bug fix; Emacs makefile-mode syntax highlighting does not
handle the apostrophe very well.  It sees it as a single quote, and
highlights everything between it and the next one as a string
constant.  This is annoying, so I've changed the "wasn't" to "was
not".


--- buildcore.mk	2005/07/12 06:06:06	1.1
+++ buildcore.mk	2005/07/12 06:06:14
@@ -202,7 +202,7 @@
 control_cpu		:= $(shell grep "^Cpu:" debian/control.in | sed -e "s/^.*: //g" -e "s/ /,/g")
 ifeq (, $(control_cpu))
 ifneq (, $(shell egrep "\[(system|cpu): .*\]" debian/control.in))
-$(error Inconsistency in control.in.  [(system|cpu): ] tags were used but Cpu:|System: wasn't)
+$(error Inconsistency in control.in.  [(system|cpu): ] tags were used but Cpu:|System: was not)
 endif
 else
 # Prevent recursive braindamage when building cdbs with itself.

-- 
Karl Hegbloom <hegbloom@pdx.edu>