patch by pkj in Bug 3 to not export all make variables
authorMike Frysinger <vapier@gentoo.org>
Sun, 31 Jul 2005 22:50:17 +0000 (22:50 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 31 Jul 2005 22:50:17 +0000 (22:50 -0000)
Makefile
Rules.mak

index aea89628f5a609108da29e5d89871a71eb1ff674..12a4f36d0eb4d658e4f41f8e81ba3a5024bf1c7e 100644 (file)
--- 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
index 442f0fba06acf281165d1b3e1cf9f5536dcd15bd..cd7b1f390f6747bce1a85be6b4975419f87fea3a 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -201,7 +201,3 @@ endif
 CFLAGS += $(CFLAGS_EXTRA)
 
 .PHONY: dummy
-
-
-.EXPORT_ALL_VARIABLES:
-