use 'cp' instead of 'rsync' because 'rsync' deadlocks on sparc platform
authorjenda
Mon, 18 Jan 2010 14:11:13 +0100
changeset 459 2de11c040f7f
parent 458 9abc1a243d03
child 460 7524db8135cc
use 'cp' instead of 'rsync' because 'rsync' deadlocks on sparc platform
Makefile.targ
--- a/Makefile.targ	Fri Jan 15 15:06:27 2010 +0100
+++ b/Makefile.targ	Mon Jan 18 14:11:13 2010 +0100
@@ -35,7 +35,7 @@
 
 $(SOURCE_ARCHIVE): $(SOURCE_ARCHIVES)/.archives
 	( if [ -f "$(DOWNLOADS)/$(TARBALL)" ]; then \
-		$(RSYNC) -raz $(DOWNLOADS)/$(TARBALL) $(SOURCE_ARCHIVES)/ ; \
+		$(CP) $(DOWNLOADS)/$(TARBALL) $(SOURCE_ARCHIVES)/ ; \
 	  else \
 		cd $(SOURCE_ARCHIVES) && $(WGET) -nc $(SOURCE_URL) $(WGET_OPT); \
 	  fi \