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:
authorCampbell Barton <ideasman42@gmail.com>2009-08-16 22:14:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-16 22:14:17 +0400
commit84758d0eb290ad1369899707fc943f85fba74200 (patch)
tree3e05f5c931467b6e652f0342ff780d7749a3b82f /release
parente6cd41ca448c3173dd39209657a1f5ca6c615e53 (diff)
copy the systems python to the install dir for re-distrobution (non-osx unix), removed some unused stuff in makefiles
Diffstat (limited to 'release')
-rw-r--r--release/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/release/Makefile b/release/Makefile
index 24827014b16..94bb902646d 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -35,16 +35,6 @@ BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)-py$(NAN_PYTHON_VERSION)$(TYPE)
export DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME)
export CONFDIR=$(DISTDIR)/.blender
-ifeq ($(OS),beos)
- TAR="zip"
- TARFLAGS="-ry9"
- EXT0=""
- EXT1=".zip"
- COMPRESS=""
- EXT2=""
- NOPLUGINS?=true
-endif
-
ifeq ($(OS),$(findstring $(OS), "freebsd irix linux openbsd solaris"))
TAR="tar"
TARFLAGS="cf"