Module Name: src
Committed By: christos
Date: Tue Dec 14 16:27:20 UTC 2021
Modified Files:
src/external/ibm-public/postfix: Makefile.inc
Log Message:
Disable lint and explain why.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/external/ibm-public/postfix/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/ibm-public/postfix/Makefile.inc
diff -u src/external/ibm-public/postfix/Makefile.inc:1.29 src/external/ibm-public/postfix/Makefile.inc:1.30
--- src/external/ibm-public/postfix/Makefile.inc:1.29 Tue Dec 14 11:13:37 2021
+++ src/external/ibm-public/postfix/Makefile.inc Tue Dec 14 11:27:20 2021
@@ -1,4 +1,12 @@
-# $NetBSD: Makefile.inc,v 1.29 2021/12/14 16:13:37 christos Exp $
+# $NetBSD: Makefile.inc,v 1.30 2021/12/14 16:27:20 christos Exp $
+
+# For now, don't lint:
+# 1. postfix uses 'struct { const char *name; int value } foo[] =
+# { "n1", v1, "n2, v2", 0 };' and this is broken (should be fixed in lint)
+# 2. uses macros with extra ; (macros should be fixed)
+# 3. lint2 is broken (should be fixed in lint2)
+# 4. use use MKLINT:=no since this might have been included too late.
+MKLINT:=no
.include <bsd.own.mk>