[Buildroot] svn commit: trunk/buildroot: package

andersen at uclibc.org andersen at uclibc.org
Tue Jul 18 22:58:58 UTC 2006


Author: andersen
Date: 2006-07-18 15:58:58 -0700 (Tue, 18 Jul 2006)
New Revision: 15719

Log:
move TAR_OPTIONS to its rightful place


Modified:
   trunk/buildroot/Makefile
   trunk/buildroot/package/Makefile.in


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2006-07-18 18:32:17 UTC (rev 15718)
+++ trunk/buildroot/Makefile	2006-07-18 22:58:58 UTC (rev 15719)
@@ -35,9 +35,6 @@
 -include $(TOPDIR).config
 endif
 
-TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
-#"
-
 ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
 
 #############################################################

Modified: trunk/buildroot/package/Makefile.in
===================================================================
--- trunk/buildroot/package/Makefile.in	2006-07-18 18:32:17 UTC (rev 15718)
+++ trunk/buildroot/package/Makefile.in	2006-07-18 22:58:58 UTC (rev 15719)
@@ -8,6 +8,8 @@
 #"
 SVN:=$(strip $(subst ",, $(BR2_SVN)))
 #"
+TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
+#"
 
 
 




More information about the buildroot mailing list