patch by pkj in Bug 3 to not export all make variables

This commit is contained in:
Mike Frysinger 2005-07-31 22:50:17 +00:00
parent d84a35f649
commit 9d6e0833bc
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -201,7 +201,3 @@ endif
CFLAGS += $(CFLAGS_EXTRA)
.PHONY: dummy
.EXPORT_ALL_VARIABLES: