summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-07-18 22:58:58 +0000
committerEric Andersen <andersen@codepoet.org>2006-07-18 22:58:58 +0000
commitddb5ebab06e5f8dfbf72705f292875b4452e0cc1 (patch)
tree5639ac179f07e4b055e83cb7cda2c437bdaa5186 /Makefile
parent1eab86d0ebf88e262ae7eb5d4a986a39125f7718 (diff)
move TAR_OPTIONS to its rightful place
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 049b6e511..3f621e171 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,6 @@ ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
-include $(TOPDIR).config
endif
-TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
-#"
-
ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
#############################################################