From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-359941-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QdzMx-00028B-QV for garchives@archives.gentoo.org; Tue, 05 Jul 2011 06:44:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B6A21C027; Tue, 5 Jul 2011 06:44:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 832CD21C027 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2011 06:44:17 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AFA11B400C for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2011 06:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 606BC8003D for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2011 06:44:16 +0000 (UTC) From: "Mike Frysinger" <vapier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org> Message-ID: <43b68c730793e1ef901ed1f768f0c41be17f7038.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 43b68c730793e1ef901ed1f768f0c41be17f7038 Date: Tue, 5 Jul 2011 06:44:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4e2d6e4ba0274e42c42d6a63a3bdf264 commit: 43b68c730793e1ef901ed1f768f0c41be17f7038 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Jul 5 06:44:04 2011 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Jul 5 06:44:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/crossdev.git;= a=3Dcommit;h=3D43b68c73 have default timestamp use last commit date Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index f02e255..15e6e74 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ install: $(INSTALL_EXEC) crossdev $(DESTDIR)/$(PREFIX)/bin/ $(MAKE) -C wrappers install =20 -PV =3D $(shell date +%Y%m%d) +PV =3D $(shell date --date=3D"`git log -1 --format=3D%ci`" +%Y%m%d) P =3D crossdev-$(PV) COMP =3D xz dist: