Kaydet (Commit) 54f4dd01 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Removed GNUism in makefile

The --preserve=timestamps is a gnu cp extension, and thus not
available on all our platforms. Replaced by equivalent tar hack.
Signed-off-by: 's avatarFridrich Štrba <fridrich.strba@bluewin.ch>
(cherry picked from commit a22d8e9fbecfe6f2febdf4f85892f00e48ad0b79)
Signed-off-by: 's avatarAndras Timar <timar74@gmail.com>
Signed-off-by: 's avatarBjoern Michaelsen <bjoern.michaelsen@gmail.com>
üst 1ea93d6d
......@@ -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=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment