summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-12 00:00:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-14 11:50:26 +0100
commite3712f9d350a4dbef0951e72f0de9a31eabba065 (patch)
tree25b745eb7dab018a2902137130b72899d53ece1a /connectivity
parentadd script to download documents from various bugzillas (diff)
downloadcore-e3712f9d350a4dbef0951e72f0de9a31eabba065.tar.gz
core-e3712f9d350a4dbef0951e72f0de9a31eabba065.zip
Fix build --all depend=x.
Diffstat (limited to 'connectivity')
-rwxr-xr-xconnectivity/source/drivers/hsqldb/makefile.mk4
-rwxr-xr-xconnectivity/target.pmk3
2 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/hsqldb/makefile.mk b/connectivity/source/drivers/hsqldb/makefile.mk
index 6e400696faa0..0401fb2b8718 100755
--- a/connectivity/source/drivers/hsqldb/makefile.mk
+++ b/connectivity/source/drivers/hsqldb/makefile.mk
@@ -115,9 +115,9 @@ DEF1EXPORTFILE= exports.dxp
.INCLUDE : $(PRJ)$/target.pmk
-
-
+.IF "$(depend)" == ""
ALLTAR : $(MISC)/hsqldb.component
+.END
$(MISC)/hsqldb.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
hsqldb.component
diff --git a/connectivity/target.pmk b/connectivity/target.pmk
index e6e240a1ba4a..f51c698530ef 100755
--- a/connectivity/target.pmk
+++ b/connectivity/target.pmk
@@ -29,7 +29,10 @@
COMPONENT_CONFIG_SCHEMA*=$(TARGET).xcs
+.IF "$(depend)" == ""
ALLTAR: "$(PWD)$/$(MISC)$/registry$/schema$/$(PACKAGEDIR)$/$(COMPONENT_CONFIG_SCHEMA)"
+.END
+
"$(PWD)$/$(MISC)$/registry$/schema$/$(PACKAGEDIR)$/$(COMPONENT_CONFIG_SCHEMA)" : $(SOLARXMLDIR)$/registry$/schema$/$(PACKAGEDIR)$/Drivers.xcs
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@