mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
check-whitespace: make it quieter.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
0861ec33a5
commit
751a0ae5cf
2
Makefile
2
Makefile
@ -253,7 +253,7 @@ check-bolt: check-bolt.o $(CCAN_OBJS)
|
|||||||
check-bolt.o: $(CCAN_HEADERS)
|
check-bolt.o: $(CCAN_HEADERS)
|
||||||
|
|
||||||
check-whitespace:
|
check-whitespace:
|
||||||
if grep -n '[ ]$$' Makefile daemon/test/Makefile daemon/Makefile bitcoin/Makefile check-bolt.c $(CORE_SRC) $(BITCOIN_SRC) $(DAEMON_SRC); then echo Extraneous whitespace found >&2; exit 1; fi
|
@if grep -n '[ ]$$' Makefile daemon/test/Makefile daemon/Makefile bitcoin/Makefile check-bolt.c $(CORE_SRC) $(BITCOIN_SRC) $(DAEMON_SRC); then echo Extraneous whitespace found >&2; exit 1; fi
|
||||||
|
|
||||||
check-source: check-makefile check-source-bolt check-whitespace \
|
check-source: check-makefile check-source-bolt check-whitespace \
|
||||||
$(CORE_SRC:%=check-src-include-order/%) \
|
$(CORE_SRC:%=check-src-include-order/%) \
|
||||||
|
Loading…
Reference in New Issue
Block a user