mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Debugging fix
This commit is contained in:
@@ -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),)
|
||||
|
Reference in New Issue
Block a user