From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5B95A59CA3 for ; Sun, 6 Mar 2016 12:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7C8B21C04F for ; Sun, 6 Mar 2016 12:03:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D52AE07A7 for ; Sun, 6 Mar 2016 00:23:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE547340A99 for ; Sun, 6 Mar 2016 00:23:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60EEA16C5 for ; Sun, 6 Mar 2016 00:23:07 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1457223041.107fc1236bc97fa63d73de22f5602f16acbb6a96.radhermit@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: / X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 107fc1236bc97fa63d73de22f5602f16acbb6a96 X-VCS-Branch: master Date: Sun, 6 Mar 2016 00:23:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5675252c-51c9-4aac-be2f-b16398c235e7 X-Archives-Hash: 0166b2635ca1148641a206026fb65e43 commit: 107fc1236bc97fa63d73de22f5602f16acbb6a96 Author: Tim Harder gentoo org> AuthorDate: Sun Mar 6 00:10:41 2016 +0000 Commit: Tim Harder gentoo 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