Modified 'make release' as recommended by J. Walton (removed some @'s)

This commit is contained in:
Chris Want
2004-01-25 23:59:22 +00:00
parent 2837000728
commit 57be09f6e2

View File

@@ -139,10 +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"