diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-31 22:50:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-31 22:50:17 +0000 |
commit | 9d6e0833bc71d602c7e6bf4692de3c8eb63cb819 (patch) | |
tree | c0f03f4455f082edf323f31c2f9cfc4f375b3b8f /Rules.mak | |
parent | d84a35f649189ae14b4a2be235c13c3e86445d65 (diff) | |
download | busybox-w32-9d6e0833bc71d602c7e6bf4692de3c8eb63cb819.tar.gz busybox-w32-9d6e0833bc71d602c7e6bf4692de3c8eb63cb819.tar.bz2 busybox-w32-9d6e0833bc71d602c7e6bf4692de3c8eb63cb819.zip |
patch by pkj in Bug 3 to not export all make variables
Diffstat (limited to '')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -201,7 +201,3 @@ endif | |||
201 | CFLAGS += $(CFLAGS_EXTRA) | 201 | CFLAGS += $(CFLAGS_EXTRA) |
202 | 202 | ||
203 | .PHONY: dummy | 203 | .PHONY: dummy |
204 | |||
205 | |||
206 | .EXPORT_ALL_VARIABLES: | ||
207 | |||