gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1413: fix syntax error and coloring i


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1413: fix syntax error and coloring in external.mk
Date: Thu, 13 Dec 2012 20:23:17 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1413
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2012-12-13 20:23:17 +0100
message:
  fix syntax error and coloring in external.mk
modified:
  gar.lib/external.mk
=== modified file 'gar.lib/external.mk'
--- a/gar.lib/external.mk       2012-12-12 23:26:53 +0000
+++ b/gar.lib/external.mk       2012-12-13 19:23:17 +0000
@@ -69,13 +69,13 @@
 variable-install: $(if $(MISSING_FILES),$(MISSING));
 
 install-p: $(if $(MISSING_FILES),error)
-       @echo -e "[$(OK)install-p$(OFF] $(MSG)$(GARNAME) is installed$(OFF)"
+       @echo -e "[$(OK)install-p$(OFF)] $(MSG)$(GARNAME) is installed$(OFF)"
 
 reinstall-p: $(if $(MISSING_FILES),error)
-       @echo -e "[$(OK)install-p$(OFF)] $(MSG)$(GARNAME) is installed$(OFF)"
+       echo -e "[$(OK)reinstall-p$(OFF)] $(MSG)$(GARNAME) is installed$(OFF)"
 
 error:
-       @echo -e "[$(OK)install-p$(OFF)] $(ERR)$(GARNAME) is not 
installed$(OFF)"
+       @echo -e "[$(ERR)install-p$(OFF)] $(MSG)$(GARNAME) is not 
installed$(OFF)"
        @exit 1
 
 install-message:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]