1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 17:30:06 +00:00

Debugging fix

This commit is contained in:
Spiro Trikaliotis 2022-06-20 23:13:49 +02:00
parent 0d7fba2332
commit c738c94935

View File

@ -72,6 +72,13 @@ ifneq ($(wildcard ref/$1.bin-ref),)
endif
ifneq ($(wildcard ref/$1.ld65err-ref),)
@echo cat $$(@:.bin=.ld65-err)
cat $$(@:.bin=.ld65-err)
@echo
@echo
-diff -u ref/$1.ld65err-ref $$(@:.bin=.ld65-err)
@echo
@echo
$(ISEQUAL) ref/$1.ld65err-ref $$(@:.bin=.ld65-err)
else
ifneq ($(wildcard $(WORKDIR)/$1.ld65-err),)
@ -99,13 +106,6 @@ else
endif
ifneq ($(wildcard ref/$1.ld65err-ref),)
@echo cat $$(@:.bin=.list-ld65-err)
cat $$(@:.bin=.list-ld65-err)
@echo
@echo
-diff -u ref/$1.ld65err-ref $$(@:.bin=.list-ld65-err)
@echo
@echo
$(ISEQUAL) ref/$1.ld65err-ref $$(@:.bin=.list-ld65-err)
else
ifneq ($(wildcard $(WORKDIR)/$1.list-ld65-err),)