1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +00:00

More make test output for debugging

This commit is contained in:
Spiro Trikaliotis
2022-06-20 23:10:32 +02:00
parent b5b3654017
commit 0d7fba2332

View File

@@ -99,6 +99,13 @@ else
endif endif
ifneq ($(wildcard ref/$1.ld65err-ref),) 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) $(ISEQUAL) ref/$1.ld65err-ref $$(@:.bin=.list-ld65-err)
else else
ifneq ($(wildcard $(WORKDIR)/$1.list-ld65-err),) ifneq ($(wildcard $(WORKDIR)/$1.list-ld65-err),)