From: Roland McGrath Date: Thu, 4 Jun 1992 03:52:53 +0000 (+0000) Subject: Formerly file.c.~11~ X-Git-Tag: 3.70.2~757 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56ccbcff9a3895bfcfea45723caff1c8e104234d;p=thirdparty%2Fmake.git Formerly file.c.~11~ --- diff --git a/file.c b/file.c index 0a5417ba..367c9aa1 100644 --- a/file.c +++ b/file.c @@ -353,6 +353,10 @@ snap_deps () f2->phony = 1; f2->last_mtime = (time_t) -1; } + + f = lookup_file (".EXPORT_ALL_VARIABLES"); + if (f != 0 && f->is_target) + export_all_variables = 1; } /* Print the data base of files. */