From 9d6e0833bc71d602c7e6bf4692de3c8eb63cb819 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 31 Jul 2005 22:50:17 +0000 Subject: [PATCH] patch by pkj in Bug 3 to not export all make variables --- Makefile | 2 +- Rules.mak | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index aea89628f..12a4f36d0 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ ifndef top_builddir top_builddir=$(CURDIR) endif -srctree=$(top_srcdir) +export srctree=$(top_srcdir) vpath %/Config.in $(srctree) include $(top_builddir)/Rules.mak diff --git a/Rules.mak b/Rules.mak index 442f0fba0..cd7b1f390 100644 --- a/Rules.mak +++ b/Rules.mak @@ -201,7 +201,3 @@ endif CFLAGS += $(CFLAGS_EXTRA) .PHONY: dummy - - -.EXPORT_ALL_VARIABLES: - -- 2.25.1