#65293# only RE can update comp_ver.mk
This commit is contained in:
parent
8483c93858
commit
a6f3d6d9a8
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: target.mk,v $
|
# $RCSfile: target.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.101 $
|
# $Revision: 1.102 $
|
||||||
#
|
#
|
||||||
# last change: $Author: nf $ $Date: 2002-02-21 15:49:59 $
|
# last change: $Author: hjs $ $Date: 2002-02-25 13:20:48 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to the terms of
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
|
@ -2189,12 +2189,14 @@ $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/minormkchanged.flg :
|
||||||
+$(TOUCH) $@
|
+$(TOUCH) $@
|
||||||
|
|
||||||
.IF "$(COMPVERMK)"!=""
|
.IF "$(COMPVERMK)"!=""
|
||||||
|
.IF "$(UPDATER)"!=""
|
||||||
"$(COMPVERMK)" : $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/minormkchanged.flg
|
"$(COMPVERMK)" : $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/minormkchanged.flg
|
||||||
@echo COMNAME:=$(COMNAME) > $@
|
@echo COMNAME:=$(COMNAME) > $@
|
||||||
@echo COMID:=$(COMID) >> $@
|
@echo COMID:=$(COMID) >> $@
|
||||||
@echo CDEFS+=-DCPPU_ENV=$(COMNAME) >> $@
|
@echo CDEFS+=-DCPPU_ENV=$(COMNAME) >> $@
|
||||||
|
|
||||||
.ENDIF # "$(COMPVERMK)"!=""
|
.ENDIF # "$(COMPVERMK)"!=""
|
||||||
|
.ENDIF # "$(UPDATER)"!=""
|
||||||
|
|
||||||
|
|
||||||
.IF "$(IMGLSTTARGET)"!=""
|
.IF "$(IMGLSTTARGET)"!=""
|
||||||
|
|
Loading…
Reference in a new issue