summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-02-09 11:40:48 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-02-09 11:40:48 +0000
commitf323a5090c81180f1d79b48fc70178e1df7e5238 (patch)
tree3f2e06b284d9a20a66eb4436b895b1e6350818e5 /Makefile
parent8db079a422098affbef306e91290136848bfbbfa (diff)
Don't automatically export all variables.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3821 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ee164c7..db7c3ad 100644
--- a/Makefile
+++ b/Makefile
@@ -611,8 +611,6 @@ menuselect-tree: zaptel.xml firmware/firmware.xml
@echo "Generating input for menuselect ..."
@build_tools/make_tree > $@
-.EXPORT_ALL_VARIABLES:
-
.PHONY: menuselect distclean dist-clean clean version.h all _all install b410p devices programs modules tests devel data stackcheck install-udev config update install-programs install-modules install-include install-libs install-utils-subdirs utils-subdirs uninstall-modules
endif