diff options
| author | rillig <rillig@NetBSD.org> | 2020-12-12 18:53:53 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-12-12 18:53:53 +0000 |
| commit | 933b9c8ea2ff70a7a71b0168d0f2e80d43871d31 (patch) | |
| tree | 25cd57fff0f3e0f0ff69a768835dc0418d222d7a /usr.bin/make/compat.c | |
| parent | 771a503559a6f8881f535df6f3d4067f075e9e7c (diff) | |
make(1): rename Var_ExportVars to Var_ReexportVars
Diffstat (limited to 'usr.bin/make/compat.c')
| -rw-r--r-- | usr.bin/make/compat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index 6d62d325da4..3af8fac1aac 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -1,4 +1,4 @@ -/* $NetBSD: compat.c,v 1.207 2020/12/12 00:33:25 rillig Exp $ */ +/* $NetBSD: compat.c,v 1.208 2020/12/12 18:53:53 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. @@ -96,7 +96,7 @@ #include "pathnames.h" /* "@(#)compat.c 8.2 (Berkeley) 3/19/94" */ -MAKE_RCSID("$NetBSD: compat.c,v 1.207 2020/12/12 00:33:25 rillig Exp $"); +MAKE_RCSID("$NetBSD: compat.c,v 1.208 2020/12/12 18:53:53 rillig Exp $"); static GNode *curTarg = NULL; static pid_t compatChild; @@ -348,7 +348,7 @@ Compat_RunCommand(const char *cmdp, GNode *gn) Fatal("Could not fork"); } if (cpid == 0) { - Var_ExportVars(); + Var_ReexportVars(); #ifdef USE_META if (useMeta) { meta_compat_child(); |
