diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-12 00:00:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-14 11:50:26 +0100 |
commit | e3712f9d350a4dbef0951e72f0de9a31eabba065 (patch) | |
tree | 25b745eb7dab018a2902137130b72899d53ece1a /connectivity | |
parent | b863767bd1ddc2af18900fa1df0cd61ef2fa6edb (diff) |
Fix build --all depend=x.
Diffstat (limited to 'connectivity')
-rwxr-xr-x | connectivity/source/drivers/hsqldb/makefile.mk | 4 | ||||
-rwxr-xr-x | connectivity/target.pmk | 3 |
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) $< $@ |