diff options
author | Nix <nix@esperi.org.uk> | 2014-01-26 22:58:02 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-27 08:52:02 +0100 |
commit | f5437a65020f6882cc6cc3c25d781cdd5bd32e21 (patch) | |
tree | 5f28bc1b1efec94cf349940b50948521c34850bf /package/gcc | |
parent | b392a24adbe18ac9848bcbfbec15d8c5add7affc (diff) | |
download | buildroot-f5437a65020f6882cc6cc3c25d781cdd5bd32e21.tar.gz buildroot-f5437a65020f6882cc6cc3c25d781cdd5bd32e21.zip |
Makefile: Unexport TAR_OPTIONS
GNU tar > 1.13.17 interprets TAR_OPTIONS as an environment variable
containing options to be prepended to the set on the command line.
Since we use the same variable, if the user's environment already
contains TAR_OPTIONS, our use of the same variable name modifies
the environment and causes untars to misbehave when TAR_OPTIONS
causes a -xf to be prepended to the tar command line, likely
converting a subsequent flag into a spurious filename.
Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions