rules.mk: Remove debug $(info) for EXE_SH
The debug line "$(info EXE_SH=>$(EXE_SH)<)" was left in during development. Remove it.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a4bc6f2a7f
commit
50da3a6f31
1 changed files with 0 additions and 1 deletions
|
|
@ -437,7 +437,6 @@ check-syntax: sh-check-syntax
|
||||||
sh-check-syntax:
|
sh-check-syntax:
|
||||||
|
|
||||||
ifneq ($(strip $(EXE_SH)),)
|
ifneq ($(strip $(EXE_SH)),)
|
||||||
$(info EXE_SH=>$(EXE_SH)<)
|
|
||||||
sh-check-syntax: sh-check-syntax-rule
|
sh-check-syntax: sh-check-syntax-rule
|
||||||
sh-check-syntax-rule: $(EXE_SH)
|
sh-check-syntax-rule: $(EXE_SH)
|
||||||
$(SHELLCHECK) $^
|
$(SHELLCHECK) $^
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue