Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make make(1): remove unused, undocumented .NOEXPORT
details: https://anonhg.NetBSD.org/src/rev/5ce24b32c435
branches: trunk
changeset: 941717:5ce24b32c435
user: rillig <rillig%NetBSD.org@localhost>
date: Wed Oct 28 01:47:11 2020 +0000
description:
make(1): remove unused, undocumented .NOEXPORT
diffstat:
usr.bin/make/parse.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 9255d6a02f20 -r 5ce24b32c435 usr.bin/make/parse.c
--- a/usr.bin/make/parse.c Wed Oct 28 01:43:01 2020 +0000
+++ b/usr.bin/make/parse.c Wed Oct 28 01:47:11 2020 +0000
@@ -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 @@
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 */
Home |
Main Index |
Thread Index |
Old Index