Module Name:    src
Committed By:   christos
Date:           Wed Apr 21 13:41:42 UTC 2021

Modified Files:
        src/tests/usr.bin/xlint/lint1: Makefile
Removed Files:
        src/tests/usr.bin/xlint/lint1: emit.ln

Log Message:
remove emit.ln; looks like an accident and breaks the build.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/tests/usr.bin/xlint/lint1/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/usr.bin/xlint/lint1/emit.ln

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.49 src/tests/usr.bin/xlint/lint1/Makefile:1.50
--- src/tests/usr.bin/xlint/lint1/Makefile:1.49	Wed Apr 21 09:26:16 2021
+++ src/tests/usr.bin/xlint/lint1/Makefile	Wed Apr 21 09:41:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2021/04/21 13:26:16 rillig Exp $
+# $NetBSD: Makefile,v 1.50 2021/04/21 13:41:42 christos Exp $
 
 NOMAN=		# defined
 MAX_MESSAGE=	343		# see lint1/err.c
@@ -102,7 +102,6 @@ FILES+=		d_typename_as_var.c
 FILES+=		d_zero_sized_arrays.c
 FILES+=		emit.c
 FILES+=		emit.exp
-FILES+=		emit.ln
 FILES+=		feat_stacktrace.c
 FILES+=		feat_stacktrace.exp
 FILES+=		gcc_init_compound_literal.c

Reply via email to