Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa/files: version.mk
Date: Fri, 27 Jun 2008 21:46:08
Message-Id: E1KCLla-0004wf-N4@stork.gentoo.org
1 dberkholz 08/06/27 21:46:02
2
3 Added: version.mk
4 Log:
5 Add missed file.
6 (Portage version: 2.1.5.6)
7
8 Revision Changes Path
9 1.1 media-libs/mesa/files/version.mk
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/files/version.mk?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/files/version.mk?rev=1.1&content-type=text/plain
13
14 Index: version.mk
15 ===================================================================
16 #!/usr/bin/make -sf
17 # Print the various Mesa version fields. This is mostly used to add the
18 # version to configure.
19
20 # This reflects that this script is usually called from the toplevel
21 TOP = .
22
23 include $(TOP)/configs/default
24
25 version:
26 @echo $(MESA_VERSION)
27 major:
28 @echo $(MESA_MAJOR)
29 minor:
30 @echo $(MESA_MINOR)
31 tiny:
32 @echo $(MESA_TINY)
33
34
35
36 --
37 gentoo-commits@l.g.o mailing list