Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2007-09-13 00:31:13 +0400
committerKent Mein <mein@cs.umn.edu>2007-09-13 00:31:13 +0400
commitcea4524d0912566d28c81952c7d33eef0157046f (patch)
treeef0e273f2b40b1de24f506a995c2bafed794d0fe /release/Makefile
parentb2b3b018948f2a5b14b888e386ba811d9e1236e0 (diff)
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
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index f0bd38502a1..e04645a7075 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -33,7 +33,7 @@ include nan_definitions.mk
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