description only when SHLnTARGET is active
This commit is contained in:
parent
bb90cd54ac
commit
78dae0f066
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: rules.mk,v $
|
||||
#
|
||||
# $Revision: 1.5 $
|
||||
# $Revision: 1.6 $
|
||||
#
|
||||
# last change: $Author: hjs $ $Date: 2000-10-30 13:12:40 $
|
||||
# last change: $Author: hjs $ $Date: 2000-10-30 18:32:23 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -771,6 +771,7 @@ $(MISC)$/%.mk : %.xml
|
|||
$(MISC)$/%_description.cxx : %.xml
|
||||
+xml2cmp -func $(MISC)$/$*_description.cxx $<
|
||||
|
||||
.IF "$(SHL1TARGET)$(SHL2TARGET)$(SHL3TARGET)$(SHL4TARGET)$(SHL5TARGET)$(SHL6TARGET)$(SHL7TARGET)$(SHL8TARGET)$(SHL9TARGET)"!=""
|
||||
$(MISC)$/%_description.cxx : $(MISC)$/%.xml
|
||||
+xml2cmp -func $(MISC)$/$*_description.cxx $<
|
||||
+$(RM) $<
|
||||
|
@ -778,7 +779,7 @@ $(MISC)$/%_description.cxx : $(MISC)$/%.xml
|
|||
#fallback
|
||||
$(MISC)$/%.xml : $(SOLARENV)$/src$/default_description.xml
|
||||
+$(COPY) $< $@
|
||||
|
||||
.ENDIF # "$(SHL1TARGET)$(SHL2TARGET)$(SHL3TARGET)$(SHL4TARGET)$(SHL5TARGET)$(SHL6TARGET)$(SHL7TARGET)$(SHL8TARGET)$(SHL9TARGET)"!=""
|
||||
|
||||
#generate private rdb
|
||||
$(BIN)$/%.rdb: $(SOLARBINDIR)$/applicat.rdb $(MISC)$/%.mk
|
||||
|
|
Loading…
Reference in a new issue