Module Name:    src
Committed By:   rillig
Date:           Wed Oct 28 01:47:11 UTC 2020

Modified Files:
        src/usr.bin/make: parse.c

Log Message:
make(1): remove unused, undocumented .NOEXPORT


To generate a diff of this commit:
cvs rdiff -u -r1.404 -r1.405 src/usr.bin/make/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/parse.c
diff -u src/usr.bin/make/parse.c:1.404 src/usr.bin/make/parse.c:1.405
--- src/usr.bin/make/parse.c:1.404	Wed Oct 28 01:43:01 2020
+++ src/usr.bin/make/parse.c	Wed Oct 28 01:47:11 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: parse.c,v 1.404 2020/10/28 01:43:01 rillig Exp $	*/
+/*	$NetBSD: parse.c,v 1.405 2020/10/28 01:47:11 rillig Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -117,7 +117,7 @@
 #include "pathnames.h"
 
 /*	"@(#)parse.c	8.3 (Berkeley) 3/19/94"	*/
-MAKE_RCSID("$NetBSD: parse.c,v 1.404 2020/10/28 01:43:01 rillig Exp $");
+MAKE_RCSID("$NetBSD: parse.c,v 1.405 2020/10/28 01:47:11 rillig Exp $");
 
 /* types and constants */
 
@@ -159,7 +159,6 @@ typedef enum ParseSpecial {
     SP_MFLAGS,		/* .MFLAGS or .MAKEFLAGS */
     SP_MAIN,		/* .MAIN and we don't have anything user-specified to
 			 * make */
-    SP_NOEXPORT,	/* .NOEXPORT; not mentioned in the manual page */
     SP_NOMETA,		/* .NOMETA */
     SP_NOMETA_CMP,	/* .NOMETA_CMP */
     SP_NOPATH,		/* .NOPATH */

Reply via email to