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:
authorFrank van Beek <frank@iae.nl>2003-02-10 13:44:26 +0300
committerFrank van Beek <frank@iae.nl>2003-02-10 13:44:26 +0300
commit00aa396c2c075f994abe7fde1f6ed79ea0721880 (patch)
tree598091ae52cad4955219d1de76227977fafd51aa
parent62cb58394703d4173bf8d4d6a54335f6902bc482 (diff)
- export VERSION so specific.sh can use it
- made remove in the final directory a bit more specific
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index f401d18f181..f6d5a7c4c89 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -31,7 +31,7 @@
include nan_definitions.mk
-VERSION := $(shell cat VERSION)
+export VERSION := $(shell cat VERSION)
BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)$(TYPE)
export DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME)
@@ -135,7 +135,7 @@ install: package
pkg: install
@echo "----> Create distribution file $(BLENDNAME)$(EXT1)"
@cd $(NAN_OBJDIR) && \
- rm -f $(VERSION)/$(BLENDNAME)* && \
+ rm -f $(VERSION)/$(BLENDNAME)$(EXT1)* && \
$(TAR) $(VERSION)/$(BLENDNAME)$(EXT1) $(BLENDNAME)
ifdef COMPRESS
@echo "----> Compressing distribution to $(BLENDNAME)$(EXT1)$(EXT2)"