Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: remove generated shell...



details:   https://anonhg.NetBSD.org/src/rev/6cf3d1ac4f81
branches:  trunk
changeset: 1027701:6cf3d1ac4f81
user:      rillig <rillig%NetBSD.org@localhost>
date:      Thu Dec 16 11:00:15 2021 +0000

description:
tests/lint: remove generated shell program on 'make clean'

diffstat:

 tests/usr.bin/xlint/lint1/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e3b0417c8185 -r 6cf3d1ac4f81 tests/usr.bin/xlint/lint1/Makefile
--- a/tests/usr.bin/xlint/lint1/Makefile        Thu Dec 16 10:48:49 2021 +0000
+++ b/tests/usr.bin/xlint/lint1/Makefile        Thu Dec 16 11:00:15 2021 +0000
@@ -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 @@
 
 TESTS_SH=      t_integration
 TESTS_SH_SRC_t_integration=    archsubdir.sh t_integration.sh
+CLEANFILES+=   archsubdir.sh
 
 archsubdir.sh:
        @echo archsubdir=${ARCHSUBDIR} >${.TARGET}



Home | Main Index | Thread Index | Old Index