summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Configurations/unix-Makefile.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index c74d539f4a..2ad46b992f 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -1130,8 +1130,11 @@ md-nits:
#coverage: $(PROGRAMS) $(TESTPROGRAMS)
# ...
+.PHONY: lint
lint:
- lint -DLINT $(INCLUDES) $(SRCS)
+ @( cd $(SRCDIR); \
+ echo splint -DLINT -posixlib -preproc -D__gnuc_va_list=void \
+ -I. -Iinclude -Iapps/include $(CRYPTOHEADERS) $(SSLHEADERS) $(SRCS) )
generate_apps:
( cd $(SRCDIR); $(PERL) VMS/VMSify-conf.pl \