More Windows build debugging.

This commit is contained in:
David Given
2025-07-27 21:33:52 +01:00
parent 1404123281
commit d2e163bc3b
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ else
else
LDFLAGS += -pthread -Wl,--no-as-needed
endif
endif
HOSTCC = gcc
@@ -84,7 +83,6 @@ all: +all README.md
binaries: all
tests: all
$(warning $(OBJ)/scripts/+mkdocindex/mkdocindex$(EXT))
README.md: $(OBJ)/scripts/+mkdocindex/mkdocindex$(EXT)
@echo $(PROGRESSINFO)MKDOC $@
@csplit -s -f$(OBJ)/README. README.md '/<!-- FORMATSSTART -->/' '%<!-- FORMATSEND -->%'

View File

@@ -500,6 +500,7 @@ def emit_rule(self, ins, outs, cmds=[], label=None):
globalId = globalId + 1
emit(f"OUTS_{outsn}", "=", *fouts, into=lines)
emit(f"$(warning $(OUTS_{outsn}))", into=lines)
emit(f"INS_{insn}", "=", *fins, into=lines)
emit(name, ":", f"$(OUTS_{outsn})", into=lines)
emit(hashfile, ":", into=lines)