Fix for irix 'make release'
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user