summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-05-20 09:22:24 +0200
committerThorsten Behrens <tbehrens@novell.com>2011-05-20 09:22:24 +0200
commit6619c124d21bfab4cca0c058581fa03af8f67f3b (patch)
tree47c2993f65973cafc895b720335db1187a1184cb
parentb956d096a4b787953f5c799d8b5b26a6a77bccf9 (diff)
Removed GNUism in makefilefeature/gsoc2011_wizards
The --preserve=timestamps is a gnu cp extension, and thus not available on all our platforms. Replaced by equivalent tar hack.
-rw-r--r--nlpsolver/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/nlpsolver/makefile.mk b/nlpsolver/makefile.mk
index ec7a063..a7d0996 100644
--- a/nlpsolver/makefile.mk
+++ b/nlpsolver/makefile.mk
@@ -46,7 +46,7 @@ PATCH_FILES=nlpsolver-0.9.patch
ANT_FLAGS+=-Dplatforms.JDK_1.5.home=$(JAVA_HOME) -Doffice.program.dir=$(SOLARBINDIR)
-CONFIGURE_ACTION=cp -rv --preserve=timestamps ../../../../locale src/
+CONFIGURE_ACTION=(cd ../../../../locale && $(GNUTAR) -cf - .) | (cd src/ && $(GNUTAR) xf -)
.IF "$(JAVACISGCJ)"=="yes"
JAVA_HOME=