- glue top level makefile and release one together

- fix 8 spaces problem in release/Makefile
This commit is contained in:
Hans Lambermont
2003-02-11 12:35:18 +00:00
parent 8efc08db91
commit bf2e5762dc
2 changed files with 18 additions and 11 deletions

View File

@@ -2,7 +2,12 @@
export NANBLENDERHOME=$(shell pwd)
MAKEFLAGS=-I$(NANBLENDERHOME)/source --no-print-directory
include source/nan_subdirs.mk
SOURCEDIR = blender
DIRS = extern intern source
include source/nan_subdirs.mk
.PHONY: release
release:
@echo "====> $(MAKE) $@ in $(SOURCEDIR)/$@" ;\
$(MAKE) -C $@ $@ || exit 1;

View File

@@ -36,6 +36,8 @@ export VERSION := $(shell cat VERSION)
BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)$(TYPE)
export DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME)
release: all
all:
ifeq ($(OS),beos)
@$(MAKE) pkg TYPE="" TAR="zip -ry9" EXT1=".zip" NOPLUGINS="true"