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:
authorChris Want <cwant@ualberta.ca>2004-01-25 23:59:06 +0300
committerChris Want <cwant@ualberta.ca>2004-01-25 23:59:06 +0300
commit350310f65a918bd8bdf375fbfa719507c7391f22 (patch)
tree0abe057c2bec88172aa9addae53b2c01bdbe49b4 /release
parentc8d8b2c4debda013dc2eb4df861e24c09e802d3d (diff)
Fix for irix 'make release'
Diffstat (limited to 'release')
-rw-r--r--release/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/release/Makefile b/release/Makefile
index 05fcce1a8a6..1a6df1b1fce 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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"