mirror of
https://github.com/cc65/cc65.git
synced 2025-04-08 19:38:55 +00:00
Debugging fix
This commit is contained in:
parent
0d7fba2332
commit
c738c94935
@ -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),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user