gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r2324: Convert echos to printfs


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2324: Convert echos to printfs
Date: Thu, 25 Apr 2013 10:03:10 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2324
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2013-04-25 10:03:10 -0500
message:
  Convert echos to printfs
modified:
  gar.lib/external.mk
=== modified file 'gar.lib/external.mk'
--- a/gar.lib/external.mk       2012-12-13 19:23:17 +0000
+++ b/gar.lib/external.mk       2013-04-25 15:03:10 +0000
@@ -69,19 +69,19 @@
 variable-install: $(if $(MISSING_FILES),$(MISSING));
 
 install-p: $(if $(MISSING_FILES),error)
-       @echo -e "[$(OK)install-p$(OFF)] $(MSG)$(GARNAME) is installed$(OFF)"
+       @printf "[$(OK)install-p$(OFF)] $(MSG)$(GARNAME) is installed$(OFF)\n"
 
 reinstall-p: $(if $(MISSING_FILES),error)
-       echo -e "[$(OK)reinstall-p$(OFF)] $(MSG)$(GARNAME) is installed$(OFF)"
+       @printf "[$(OK)reinstall-p$(OFF)] $(MSG)$(GARNAME) is installed$(OFF)\n"
 
 error:
-       @echo -e "[$(ERR)install-p$(OFF)] $(MSG)$(GARNAME) is not 
installed$(OFF)"
+       @printf "[$(ERR)install-p$(OFF)] $(MSG)$(GARNAME) is not 
installed$(OFF)\n"
        @exit 1
 
 install-message:
-       @echo -e "[$(ERR)install-deps$(OFF)] $(MSG)Please install \`$(GARNAME)' 
\
-using a system other than GSRC."
-       @echo -e "               $(INSTALL_CMD)$(OFF)"
+       @printf "[$(ERR)install-deps$(OFF)] $(MSG)Please install \`$(GARNAME)' \
+using a system other than GSRC.\n"
+       @printf "               $(INSTALL_CMD)$(OFF)\n"
        @exit 1
 
 fetch checksum extract configure build clean:


reply via email to

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