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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-04-11 23:04:59 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-04-11 23:04:59 +0400
commite0d794b31eb9cd71b4e30927af4bc227a680c61b (patch)
treed2cb280893bfe6cad14bf0204f71ad66552e68ae /release/Makefile
parent3f98b7ac35cbac648face4334402e1c3b707ed0c (diff)
Slight improvements in release creation.
Version string is compatible with all previous releases, but report subversion if not 0. Keep distribution dir so you can run from there without needed of unpack, and make messages and cmds be in sync.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile
index 79258f03767..b2066d0e8d6 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,5 @@
-#
+# -*- mode: gnumakefile; tab-width: 8; indent-tabs-mode: t; -*-
+# vim: tabstop=8
# $Id$
#
# ***** BEGIN GPL LICENSE BLOCK *****
@@ -200,16 +201,16 @@ pkg: install
@$(COMPRESS) $(COMPRESSFLAGS) $(NAN_OBJDIR)/$(VERSION)/$(BLENDNAME)$(EXT1)
endif
@#echo "****> Clean up temporary distribution directory"
- @rm -fr $(DISTDIR)
+ @#rm -fr $(DISTDIR)
@echo "****> $(NAN_OBJDIR)/$(VERSION)/$(BLENDNAME)$(EXT1)$(EXT2) is ready"
version: FORCE
@echo "*---> Create $(BLENDNAME) package"
makedirs: FORCE
- @#echo "****> Create package directory $(VERSION) if necessary"
+ @echo "****> Create package directory $(VERSION) if necessary"
@[ -d $(NAN_OBJDIR)/$(VERSION) ] || mkdir $(NAN_OBJDIR)/$(VERSION)
- @#echo "****> Prepare temporary distribution directory"
+ @echo "****> Remove and recreate temporary distribution directory"
@rm -fr $(DISTDIR)
@mkdir $(DISTDIR)