From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46642139088 for ; Sun, 8 Jan 2017 00:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81FF0E0C86; Sun, 8 Jan 2017 00:40:31 +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 5C340E0C7D for ; Sun, 8 Jan 2017 00:40:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 268EA341149 for ; Sun, 8 Jan 2017 00:40:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B72C263A for ; Sun, 8 Jan 2017 00:40:28 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1483833284.143ad04bdb887fbc12101fa21d410107ef6664a6.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 143ad04bdb887fbc12101fa21d410107ef6664a6 X-VCS-Branch: master Date: Sun, 8 Jan 2017 00:40:28 +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: 96627c16-d36b-4d3e-903a-bc09013a4aa2 X-Archives-Hash: be180b962c2ac00dc2dc4e269a7d5027 commit: 143ad04bdb887fbc12101fa21d410107ef6664a6 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Jan 7 23:54:44 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Jan 7 23:54:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=143ad04b Makefile: use git for versioning tarball. Signed-off-by: Robin H. Johnson gentoo.org> Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5bea2ba..e2e5e50 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -PACKAGE_VERSION = `/bin/fgrep GK_V= genkernel | sed "s/.*GK_V='\([^']\+\)'/\1/"` +#PACKAGE_VERSION = `/bin/fgrep GK_V= genkernel | sed "s/.*GK_V='\([^']\+\)'/\1/"` +PACKAGE_VERSION = `git describe --tags` distdir = genkernel-$(PACKAGE_VERSION) MANPAGE = genkernel.8 # Add off-Git/generated files here that need to be shipped with releases