Mesa (master): mesa: minor Makefile improvement for versioning

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 5 15:42:11 UTC 2009


Module: Mesa
Branch: master
Commit: 681a13e7f9c9edd6587c0b2c2c88b82e24fda036
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=681a13e7f9c9edd6587c0b2c2c88b82e24fda036

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Feb  5 08:39:10 2009 -0700

mesa: minor Makefile improvement for versioning

---

 Makefile |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 840b414..bf69b2a 100644
--- a/Makefile
+++ b/Makefile
@@ -174,10 +174,11 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-DIRECTORY = Mesa-7.5-devel
-LIB_NAME = MesaLib-7.5-devel
-DEMO_NAME = MesaDemos-7.5-devel
-GLUT_NAME = MesaGLUT-7.5-devel
+VERSION=7.5-devel
+DIRECTORY = Mesa-$(VERSION)
+LIB_NAME = MesaLib-$(VERSION)
+DEMO_NAME = MesaDemos-$(VERSION)
+GLUT_NAME = MesaGLUT-$(VERSION)
 
 MAIN_FILES = \
 	$(DIRECTORY)/Makefile*						\




More information about the mesa-commit mailing list