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
This commit is contained in:
Kent Mein 2007-09-12 20:31:13 +00:00
parent b2b3b01894
commit cea4524d09

@ -33,7 +33,7 @@ include nan_definitions.mk
export VERSION := $(shell cat VERSION) 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 DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME)
export CONFDIR=$(DISTDIR)/.blender export CONFDIR=$(DISTDIR)/.blender