Openwrt/include
John Crispin c22bebf6ab Fix build when TAR_OPTIONS env variable is set
The build system sets a make variable TAR_OPTIONS to the unpacking
command, i.e. "-xf -". Now if an environment variable with the same
name is set, the make variable is automatically exported to the
environment. The make variable is added to the tar command in the
makefile, and tar adds the environment variable. This results in a
command like "tar -c /some/dir -xf - -xf -" which of course doesn't
work. It is also difficult to spot as the second "-xf -" is not
visible on the command line.
I suggest this is fixed by unexporting TAR_OPTIONS as I see no use
of the evironment variable, and it is changed from the original
value anyway.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>

SVN-Revision: 42794
2014-10-06 04:53:14 +00:00
..
site
autotools.mk
cmake.mk
debug.mk
depends.mk
device_table.txt
download.mk
feeds.mk
host-build.mk
host.mk
image.mk
kernel-build.mk kernel-build: fix STRIP_KERNEL_EXPORTS for recent kernels 2014-09-15 16:18:48 +00:00
kernel-defaults.mk build: remove useless quote stripping for KERNELNAME, add fallback for it in the kernel build command line 2014-10-05 20:17:23 +00:00
kernel-version.mk kernel: update 3.14 to 3.14.18 2014-09-10 21:40:19 +00:00
kernel.mk
netfilter.mk netfilter: unbreak kmod-ipt-nat for <3.7 2014-09-29 05:24:32 +00:00
nls.mk
package-bin.mk
package-defaults.mk build: add support for declaring package CONFLICTS which only affect selecting built-in packages 2014-10-05 16:41:33 +00:00
package-dumpinfo.mk build: add support for declaring package CONFLICTS which only affect selecting built-in packages 2014-10-05 16:41:33 +00:00
package-ipkg.mk build: propagate package conflicts to opkg metadata 2014-10-05 16:41:38 +00:00
package.mk
prereq-build.mk
prereq.mk
quilt.mk
scan.mk
scons.mk
shell.sh
subdir.mk
target.mk Reorganize netfilter kernel modules and package nftables kernel support 2014-09-17 12:10:44 +00:00
toolchain-build.mk
toplevel.mk Fix build when TAR_OPTIONS env variable is set 2014-10-06 04:53:14 +00:00
uclibc++.mk
unpack.mk
verbose.mk
version.mk