Просмотр исходного кода

move TAR_OPTIONS to its rightful place

Eric Andersen 19 лет назад
Родитель
Сommit
ddb5ebab06
2 измененных файлов с 2 добавлено и 3 удалено
  1. 0 3
      Makefile
  2. 2 0
      package/Makefile.in

+ 0 - 3
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)
 
 #############################################################

+ 2 - 0
package/Makefile.in

@@ -8,6 +8,8 @@ WGET:=$(strip $(subst ",, $(BR2_WGET)))
 #"
 SVN:=$(strip $(subst ",, $(BR2_SVN)))
 #"
+TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
+#"