Lines Matching refs:old
257 old.new.source = $(PACKAGEDIR)/$(name).$(version).$(old.version).$(suffix)
258 old.new.binary = $(PACKAGEDIR)/$(name).$(version).$(old.version).$(CC.HOSTTYPE).$(suffix)
259 old.new.runtime = $(PACKAGEDIR)/$(name)-run.$(version).$(old.version).$(CC.HOSTTYPE).$(suffix)
502 old.version := $(V)
503 old.source := $(I)
504 if "$(old.version)" >= "$(version)"
505 error 3 $(name): previous base $(old.version) is newer than $(version)
1049 if [[ '$(incremental)' == 1 && '$(old.source)' ]]
1050 then $(PAX) -rf $(source) -wvf $(old.new.source) -z $(old.source)
1051 $(SUM) -x $(checksum) < $(old.new.source) > $(old.new.source:D:B:S=.$(checksum))
1054 else if [[ '$(old.source)' ]] && $(CMP) $(CMPFLAGS) $(source.$(name)) $(source)
1123 old.version := $(V)
1124 old.binary := $(I)
1125 if "$(old.version)" >= "$(version)"
1126 error 3 $(name): previous base $(old.version) is newer than $(version)
1330 if [[ '$(incremental)' == 1 && '$(old.binary)' ]]
1331 then $(PAX) -rf $(binary) -wvf $(old.new.binary) -z $(old.binary)
1332 echo $(old.new.binary) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1333 $(SUM) -x $(checksum) < $(old.new.binary) > $(old.new.binary:D:B:S=.$(checksum))
1334 echo $(old.new.binary:D:B:S=.$(checksum)) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1341 if [[ '$(old.binary)' ]] && $(CMP) $(CMPFLAGS) $exe $(binary)
1402 old.version := $(V)
1403 old.runtime := $(I)
1404 if "$(old.version)" >= "$(version)"
1405 error 3 $(name): previous base $(old.version) is newer than $(version)
1523 if [[ '$(incremental)' == 1 && '$(old.runtime)' ]]
1524 then $(PAX) -rf $(runtime) -wvf $(old.new.runtime) -z $(old.runtime)
1525 echo $(old.new.runtime) >> $(runtime:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1526 $(SUM) -x $(checksum) < $(old.new.runtime) > $(old.new.runtime:D:B:S=.$(checksum))
1527 echo $(old.new.runtime:D:B:S=.$(checksum)) >> $(runtime:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)