target.mk (8a0516f2) target.mk (07cb168e)
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

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

1429.IF "$(COMPATH:s!\!/!)"!="$(COMPATH_STORED)"
1430COMPVERMK_PHONY:=.PHONY
1431.ENDIF # "$(COMPATH:s!\!/!)"!="$(COMPATH_STORED)"
1432COMPVTMP:=$(mktmp iii)
1433"$(COMPVERMK)" $(COMPVERMK_PHONY): $(SOLARVERSION)/$(INPATH)/inc$(UPDMINOREXT)/minormkchanged.flg
1434.IF "$(CCNUMVER)"!=""
1435 @echo COMNAME:=$(COMNAME) > $(COMPVTMP)
1436 @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

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

1429.IF "$(COMPATH:s!\!/!)"!="$(COMPATH_STORED)"
1430COMPVERMK_PHONY:=.PHONY
1431.ENDIF # "$(COMPATH:s!\!/!)"!="$(COMPATH_STORED)"
1432COMPVTMP:=$(mktmp iii)
1433"$(COMPVERMK)" $(COMPVERMK_PHONY): $(SOLARVERSION)/$(INPATH)/inc$(UPDMINOREXT)/minormkchanged.flg
1434.IF "$(CCNUMVER)"!=""
1435 @echo COMNAME:=$(COMNAME) > $(COMPVTMP)
1436 @echo COMID:=$(COMID) >> $(COMPVTMP)
1437.IF "$(COM)"=="GCC"
1438 @echo SHORTSTDCPP3:=$(SHORTSTDCPP3) >> $(COMPVTMP)
1439 @echo SHORTSTDC3:=$(SHORTSTDC3) >> $(COMPVTMP)
1440.ENDIF
1441 @echo CCNUMVER:=$(CCNUMVER) >> $(COMPVTMP)
1442 @echo CCVER:=$(CCVER:s/-/ /:1) >> $(COMPVTMP)
1443 @echo CDEFS+=-DCPPU_ENV=$(COMNAME) >> $(COMPVTMP)
1444 @echo COMPATH_STORED:=$(COMPATH:s!\!/!) >> $(COMPVTMP)
1445 @@-$(RM) $(@)_$(COMPVTMP:b)
1446 @$(TYPE) $(COMPVTMP) | tr -d "\015" > $(@)_$(COMPVTMP:b)
1447 @$(IFEXIST) $@ $(THEN) $(RM:s/+//) $@ >& $(NULLDEV) $(FI)
1448 @-$(RENAME) $(@)_$(COMPVTMP:b) $@

--- 636 unchanged lines hidden ---
1437 @echo CCNUMVER:=$(CCNUMVER) >> $(COMPVTMP)
1438 @echo CCVER:=$(CCVER:s/-/ /:1) >> $(COMPVTMP)
1439 @echo CDEFS+=-DCPPU_ENV=$(COMNAME) >> $(COMPVTMP)
1440 @echo COMPATH_STORED:=$(COMPATH:s!\!/!) >> $(COMPVTMP)
1441 @@-$(RM) $(@)_$(COMPVTMP:b)
1442 @$(TYPE) $(COMPVTMP) | tr -d "\015" > $(@)_$(COMPVTMP:b)
1443 @$(IFEXIST) $@ $(THEN) $(RM:s/+//) $@ >& $(NULLDEV) $(FI)
1444 @-$(RENAME) $(@)_$(COMPVTMP:b) $@

--- 636 unchanged lines hidden ---