summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatus Kukan <matus.kukan@gmail.com>2012-02-15 23:26:40 +0100
committerDavid Tardon <dtardon@redhat.com>2012-02-16 07:06:02 +0100
commit980e69cd61b41a644de0736ee7b70c84f5b9e013 (patch)
tree2a77134d3f4ddb21109717da8d1222e76a2e6940
parent2faa029ade2b1bec92016e78b744502fbf680e38 (diff)
add gb_Helper_abbreviate_dirs_native
-rw-r--r--javaunohelper/cppumaker/Makefile3
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/Makefile3
-rw-r--r--ridljar/javamaker/Makefile3
-rw-r--r--unoil/javamaker/Makefile3
4 files changed, 8 insertions, 4 deletions
diff --git a/javaunohelper/cppumaker/Makefile b/javaunohelper/cppumaker/Makefile
index 230daa002338..017acf1b08bc 100644
--- a/javaunohelper/cppumaker/Makefile
+++ b/javaunohelper/cppumaker/Makefile
@@ -29,6 +29,7 @@ gb_PARTIALBUILD := T
include $(GBUILDDIR)/gbuild_simple.mk
done :
+ $(call gb_Helper_abbreviate_dirs_native, \
$(call gb_Helper_execute,cppumaker -C -BUCR -O. \
-Tcom.sun.star.beans.NamedValue \
-Tcom.sun.star.beans.XPropertySet \
@@ -51,7 +52,7 @@ done :
-Tcom.sun.star.uno.XComponentContext \
-Tcom.sun.star.uno.XWeak \
$(OUTDIR)/bin/udkapi.rdb) && \
- touch $@
+ touch $@)
.DEFAULT_GOAL := all
.PHONY : all
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/Makefile b/jvmfwk/plugins/sunmajor/pluginlib/Makefile
index 2e91b1d95f81..b190038ef79c 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/Makefile
+++ b/jvmfwk/plugins/sunmajor/pluginlib/Makefile
@@ -28,7 +28,8 @@
include $(GBUILDDIR)/gbuild.mk
JREProperties.class : $(SRCDIR)/jvmfwk/plugins/sunmajor/pluginlib/JREProperties.java
- $(gb_JavaClassSet_JAVACCOMMAND) $(gb_JavaClassSet_JAVACDEBUG) -d $(dir $@) $^
+ $(call gb_Helper_abbreviate_dirs_native, \
+ $(gb_JavaClassSet_JAVACCOMMAND) $(gb_JavaClassSet_JAVACDEBUG) -d $(dir $@) $^)
.DEFAULT_GOAL := all
.PHONY : all
diff --git a/ridljar/javamaker/Makefile b/ridljar/javamaker/Makefile
index 65c106b82279..d2fe741f5f7e 100644
--- a/ridljar/javamaker/Makefile
+++ b/ridljar/javamaker/Makefile
@@ -29,7 +29,8 @@ gb_PARTIALBUILD := T
include $(GBUILDDIR)/gbuild_simple.mk
done : $(OUTDIR)/bin/udkapi.rdb
- $(call gb_Helper_execute,javamaker -BUCR -O./class $<) && touch $@
+ $(call gb_Helper_abbreviate_dirs_native, \
+ $(call gb_Helper_execute,javamaker -BUCR -O./class $<) && touch $@)
.DEFAULT_GOAL := all
.PHONY : all
diff --git a/unoil/javamaker/Makefile b/unoil/javamaker/Makefile
index 7c21708b255f..d39e96b984c9 100644
--- a/unoil/javamaker/Makefile
+++ b/unoil/javamaker/Makefile
@@ -29,8 +29,9 @@ gb_PARTIALBUILD := T
include $(GBUILDDIR)/gbuild_simple.mk
done :
+ $(call gb_Helper_abbreviate_dirs_native, \
$(call gb_Helper_execute,javamaker -BUCR -O$(realpath .) $(OUTDIR)/bin/offapi.rdb -X$(OUTDIR)/bin/udkapi.rdb) && \
- touch $@
+ touch $@)
.DEFAULT_GOAL := all
.PHONY : all