Fix for irix 'make release'

This commit is contained in:
Chris Want
2004-01-25 20:59:06 +00:00
parent c8d8b2c4de
commit 350310f65a

View File

@@ -139,15 +139,10 @@ ifneq ($(NOPLUGINS),true)
endif
@echo "----> Copy python infrastructure"
@[ ! -d scripts ] || \
@cp -r scripts $(CONFDIR)/scripts
@[ ! -d $(CONFDIR)/scripts ] || \
@rm -fr $(CONFDIR)/scripts/CVS
@[ ! -d bpydata ] || \
@cp -r bpydata $(CONFDIR)/bpydata
@[ ! -d $(CONFDIR)/bpydata ] || \
@rm -fr $(CONFDIR)/bpydata/CVS
@[ ! -d scripts ] || @cp -r scripts $(CONFDIR)/scripts
@[ ! -d $(CONFDIR)/scripts ] || @rm -fr $(CONFDIR)/scripts/CVS
@[ ! -d bpydata ] || @cp -r bpydata $(CONFDIR)/bpydata
@[ ! -d $(CONFDIR)/bpydata ] || @rm -fr $(CONFDIR)/bpydata/CVS
ifneq ($(NOSTRIP),true)
@echo "----> Strip blender executable"