From: Mike Frysinger Date: Sun, 31 Jul 2005 22:50:17 +0000 (-0000) Subject: patch by pkj in Bug 3 to not export all make variables X-Git-Tag: 1_1_0~843 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9d6e0833bc71d602c7e6bf4692de3c8eb63cb819;p=oweals%2Fbusybox.git patch by pkj in Bug 3 to not export all make variables --- 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: -