gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r2252: Add missing newlines


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2252: Add missing newlines
Date: Tue, 02 Apr 2013 20:02:58 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2252
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2013-04-02 20:02:58 +0200
message:
  Add missing newlines
modified:
  gar.mk
=== modified file 'gar.mk'
--- a/gar.mk    2013-04-01 20:47:05 +0000
+++ b/gar.mk    2013-04-02 18:02:58 +0000
@@ -100,13 +100,13 @@
 # to set a "pre-everything" rule, which runs before the first
 # actual target.
 pre-%:
-       true
+       @true
 
 post-%:
-       true
+       @true
 
 custom-%:
-       true
+       @true
 
 # ========================= MAIN RULES ========================= 
 # The main rules are the ones that the user can specify as a
@@ -142,8 +142,8 @@
                        printf "$(MSG)Status:$(OFF)      not installed\n"
 
 pkg-info-curt:
-       @printf "$(OK)$(lastword $(subst /, ,$(dir $(shell 
pwd))))/$(MSG2)$(GARNAME) $(OFF)$(GARVERSION)"
-       @printf " $(DESCRIPTION)"
+       @printf "$(OK)$(lastword $(subst /, ,$(dir $(shell 
pwd))))/$(MSG2)$(GARNAME) $(OFF)$(GARVERSION)\n"
+       @printf " $(DESCRIPTION)\n"
 
 # pkg-rec: generate GNU Recutils-friendly package listings. In other words, 
this 
 # output is more easily machine-readable than that of pkg-info


reply via email to

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