defs.mk: Use EXE_SH for shell scripts only
To make EXE_SH useful for automated shell syntax checking, remove all non POSIX shell / bash scripts from that variable, and place the non-shell scripts into EXE_SCRIPTS.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
80cafa4737
commit
e59d37e907
2 changed files with 4 additions and 5 deletions
|
|
@ -58,8 +58,6 @@ installexe: all checkroot $(INSTALLED_EXE)
|
|||
|
||||
installso: all checkroot install_dir_LIB $(INSTALLED_SHOBJS)
|
||||
|
||||
installsh: all checkroot $(INSTALL_EXEDIR) $(INSTALLED_EXE_SH)
|
||||
|
||||
pckgclean:
|
||||
$(RM) -rf *.zip *.tar.gz *.rpm *.deb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue