diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-18 22:58:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-18 22:58:58 +0000 |
commit | ddb5ebab06e5f8dfbf72705f292875b4452e0cc1 (patch) | |
tree | 5639ac179f07e4b055e83cb7cda2c437bdaa5186 /package | |
parent | 1eab86d0ebf88e262ae7eb5d4a986a39125f7718 (diff) | |
download | buildroot-novena-ddb5ebab06e5f8dfbf72705f292875b4452e0cc1.tar.gz buildroot-novena-ddb5ebab06e5f8dfbf72705f292875b4452e0cc1.zip |
move TAR_OPTIONS to its rightful place
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index 595d8625d..a3dd9c59f 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -8,6 +8,8 @@ WGET:=$(strip $(subst ",, $(BR2_WGET))) #" SVN:=$(strip $(subst ",, $(BR2_SVN))) #" +TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf +#" |