projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d84a35f
)
patch by pkj in Bug 3 to not export all make variables
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 31 Jul 2005 22:50:17 +0000
(22:50 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 31 Jul 2005 22:50:17 +0000
(22:50 -0000)
Makefile
patch
|
blob
|
history
Rules.mak
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
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
diff --git
a/Rules.mak
b/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:
-