move TAR_OPTIONS to its rightful place
authorEric Andersen <andersen@codepoet.org>
Tue, 18 Jul 2006 22:58:58 +0000 (22:58 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 18 Jul 2006 22:58:58 +0000 (22:58 -0000)
Makefile
package/Makefile.in

index 049b6e5112fc16b1af809feca7247adc067a2d68..3f621e171e3d75204fe43de5ebdf72ad0cfe1887 100644 (file)
--- 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)
 
 #############################################################
index 595d8625dbb863e7b9d27f78fa048d13a19853fc..a3dd9c59ff5548cbe8eb863eb669eff6bfb63953 100644 (file)
@@ -8,6 +8,8 @@ WGET:=$(strip $(subst ",, $(BR2_WGET)))
 #"
 SVN:=$(strip $(subst ",, $(BR2_SVN)))
 #"
+TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
+#"