mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
tools-make: also be quiet if --quiet is flagged
Missed a update-mocks.sh call
This commit is contained in:
parent
24e186bc20
commit
3640befc10
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ tools/test/gen_test.c.tmp.c: $(TOOLS_WIRE_DEPS)
|
|||
$(BOLT_GEN) --page impl tools/test/gen_test.h test_type < tools/test/test_cases > $@
|
||||
|
||||
tools/test/gen_test.c: tools/test/gen_test.c.tmp.c $(EXTERNAL_HEADERS) tools/test/gen_test.h
|
||||
@MAKE=$(MAKE) tools/update-mocks.sh "$<" && mv "$<" "$@"
|
||||
@MAKE=$(MAKE) tools/update-mocks.sh "$<" $(SUPPRESS_OUTPUT) && mv "$<" "$@"
|
||||
|
||||
tools/test/gen_print.h: wire/gen_onion_wire.h $(TOOLS_WIRE_DEPS)
|
||||
$(BOLT_GEN) -P --page header $@ test_type < tools/test/test_cases > $@
|
||||
|
|
Loading…
Add table
Reference in a new issue