mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-04-11 09:30:02 +03:00
Flatten shellcheck invocation
This commit is contained in:
parent
83664adbc8
commit
2118cc3679
2
Makefile
2
Makefile
@ -77,7 +77,7 @@ endif
|
||||
all : build locales manpages htmlpages shellcheck i-t init.d-systemd dracut
|
||||
|
||||
shellcheck : i-t dracut
|
||||
find $(OUTDIR)initramfs-tools/ $(OUTDIR)dracut/ init.d/ -name '*.sh' -exec echo $(SHELLCHECK) --exclude SC1091,SC2093 {} + | sh -x
|
||||
$(SHELLCHECK) --exclude SC1091,SC2093 $(foreach l,$(OUTDIR)initramfs-tools/ $(OUTDIR)dracut/ init.d/,$(wildcard $(l)*.sh $(l)**/*.sh $(l)**/**/*.sh $(l)**/**/**/*.sh $(l)**/**/**/**/*.sh $(l)**/**/**/**/**/*.sh $(l)**/**/**/**/**/**/*.sh $(l)**/**/**/**/**/**/**/*.sh $(l)**/**/**/**/**/**/**/**/*.sh))
|
||||
|
||||
clean :
|
||||
rm -rf $(OUTDIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user