Module Name: src
Committed By: rillig
Date: Thu Dec 16 11:00:15 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: Makefile
Log Message:
tests/lint: remove generated shell program on 'make clean'
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/tests/usr.bin/xlint/lint1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/usr.bin/xlint/lint1/Makefile
diff -u src/tests/usr.bin/xlint/lint1/Makefile:1.115 src/tests/usr.bin/xlint/lint1/Makefile:1.116
--- src/tests/usr.bin/xlint/lint1/Makefile:1.115 Mon Dec 6 23:20:26 2021
+++ src/tests/usr.bin/xlint/lint1/Makefile Thu Dec 16 11:00:15 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2021/12/06 23:20:26 rillig Exp $
+# $NetBSD: Makefile,v 1.116 2021/12/16 11:00:15 rillig Exp $
NOMAN= # defined
MAX_MESSAGE= 348 # see lint1/err.c
@@ -11,6 +11,7 @@ TESTSDIR= ${TESTSBASE}/usr.bin/xlint/lin
TESTS_SH= t_integration
TESTS_SH_SRC_t_integration= archsubdir.sh t_integration.sh
+CLEANFILES+= archsubdir.sh
archsubdir.sh:
@echo archsubdir=${ARCHSUBDIR} >${.TARGET}