[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12027] trunk/blender/release/Makefile: Updated make release so that it adds in python version info:

Kent Mein mein at cs.umn.edu
Wed Sep 12 22:31:14 CEST 2007


Revision: 12027
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12027
Author:   sirdude
Date:     2007-09-12 22:31:13 +0200 (Wed, 12 Sep 2007)

Log Message:
-----------
Updated make release so that it adds in python version info:

blender-2.44-linux-glibc2.5-x86_64.tar.bz2
is now:
blender-2.44-linux-glibc2.5-x86_64-py2.5.tar.bz2

I know know the same as scons builds but its cleaner with the Makefiles
this way.  I could make it like the scons versions but will be more hackish

Kent

Modified Paths:
--------------
    trunk/blender/release/Makefile

Modified: trunk/blender/release/Makefile
===================================================================
--- trunk/blender/release/Makefile	2007-09-12 15:22:34 UTC (rev 12026)
+++ trunk/blender/release/Makefile	2007-09-12 20:31:13 UTC (rev 12027)
@@ -33,7 +33,7 @@
 
 export VERSION := $(shell cat VERSION)
 
-BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)$(TYPE)
+BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)-py$(NAN_PYTHON_VERSION)$(TYPE)
 export DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME)
 export CONFDIR=$(DISTDIR)/.blender
 





More information about the Bf-blender-cvs mailing list