target.mk (b63233d8) target.mk (81e6fec9)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 1461 unchanged lines hidden (view full) ---

1470.IF "$(COMPATH:s!\!/!)"!="$(COMPATH_STORED)"
1471COMPVERMK_PHONY:=.PHONY
1472.ENDIF # "$(COMPATH:s!\!/!)"!="$(COMPATH_STORED)"
1473COMPVTMP:=$(mktmp iii)
1474"$(COMPVERMK)" $(COMPVERMK_PHONY): $(SOLARVERSION)/$(INPATH)/inc$(UPDMINOREXT)/minormkchanged.flg
1475.IF "$(CCNUMVER)"!=""
1476 @echo COMNAME:=$(COMNAME) > $(COMPVTMP)
1477 @echo COMID:=$(COMID) >> $(COMPVTMP)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 1461 unchanged lines hidden (view full) ---

1470.IF "$(COMPATH:s!\!/!)"!="$(COMPATH_STORED)"
1471COMPVERMK_PHONY:=.PHONY
1472.ENDIF # "$(COMPATH:s!\!/!)"!="$(COMPATH_STORED)"
1473COMPVTMP:=$(mktmp iii)
1474"$(COMPVERMK)" $(COMPVERMK_PHONY): $(SOLARVERSION)/$(INPATH)/inc$(UPDMINOREXT)/minormkchanged.flg
1475.IF "$(CCNUMVER)"!=""
1476 @echo COMNAME:=$(COMNAME) > $(COMPVTMP)
1477 @echo COMID:=$(COMID) >> $(COMPVTMP)
1478.IF "$(COM)"=="GCC"
1479 @echo SHORTSTDCPP3:=$(SHORTSTDCPP3) >> $(COMPVTMP)
1480 @echo SHORTSTDC3:=$(SHORTSTDC3) >> $(COMPVTMP)
1481.ENDIF
1482 @echo CCNUMVER:=$(CCNUMVER) >> $(COMPVTMP)
1483 @echo CCVER:=$(CCVER:s/-/ /:1) >> $(COMPVTMP)
1484 @echo CDEFS+=-DCPPU_ENV=$(COMNAME) >> $(COMPVTMP)
1485 @echo COMPATH_STORED:=$(COMPATH:s!\!/!) >> $(COMPVTMP)
1486 @@-$(RM) $(@)_$(COMPVTMP:b)
1487 @$(TYPE) $(COMPVTMP) | tr -d "\015" > $(@)_$(COMPVTMP:b)
1488 @$(IFEXIST) $@ $(THEN) $(RM:s/+//) $@ >& $(NULLDEV) $(FI)
1489 @-$(RENAME) $(@)_$(COMPVTMP:b) $@

--- 636 unchanged lines hidden ---
1478 @echo CCNUMVER:=$(CCNUMVER) >> $(COMPVTMP)
1479 @echo CCVER:=$(CCVER:s/-/ /:1) >> $(COMPVTMP)
1480 @echo CDEFS+=-DCPPU_ENV=$(COMNAME) >> $(COMPVTMP)
1481 @echo COMPATH_STORED:=$(COMPATH:s!\!/!) >> $(COMPVTMP)
1482 @@-$(RM) $(@)_$(COMPVTMP:b)
1483 @$(TYPE) $(COMPVTMP) | tr -d "\015" > $(@)_$(COMPVTMP:b)
1484 @$(IFEXIST) $@ $(THEN) $(RM:s/+//) $@ >& $(NULLDEV) $(FI)
1485 @-$(RENAME) $(@)_$(COMPVTMP:b) $@

--- 636 unchanged lines hidden ---