summaryrefslogtreecommitdiff
path: root/rhino
diff options
context:
space:
mode:
Diffstat (limited to 'rhino')
-rw-r--r--rhino/ExternalProject_rhino.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/rhino/ExternalProject_rhino.mk b/rhino/ExternalProject_rhino.mk
index 9b3703c663da..68e65b531da8 100644
--- a/rhino/ExternalProject_rhino.mk
+++ b/rhino/ExternalProject_rhino.mk
@@ -7,9 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-# for RSCREVISION
-include $(SOLARENV)/inc/minor.mk
-
$(eval $(call gb_ExternalProject_ExternalProject,rhino))
$(eval $(call gb_ExternalProject_use_unpacked,rhino,rhino))
@@ -23,7 +20,7 @@ $(call gb_ExternalProject_get_state_target,rhino,build) :
$(ICECREAM_RUN) "$(ANT)" \
-q \
-f build.xml \
- -Dbuild.label="build-$(RSCREVISION)" \
+ -Dbuild.label="build-$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)" \
-DTARFILE_LOCATION="$(if $(findstring -cygwin,$(BUILD_PLATFORM)),$(shell cygpath -m $(TARFILE_LOCATION)),$(TARFILE_LOCATION))" \
$(if $(filter yes,$(JAVACISGCJ))\
,-Dbuild.compiler=gcj \