commit:     107fc1236bc97fa63d73de22f5602f16acbb6a96
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 00:10:41 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 00:10:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=107fc123

makefile: simplify tag creation target output

 Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index dfff867..c2f49ec 100644
--- a/Makefile
+++ b/Makefile
@@ -92,9 +92,7 @@ uninstall-file-%: $(subst _,/,$*)
 
 tag:
        git tag $(distpkg)
-       @echo
-       @echo "tag created remember to push it"
-       @echo
+       @echo "tag created, remember to push it"
 
 clean:
        find . -name '*~' | xargs rm || true

Reply via email to