فهرست منبع

- forgot to write out the .config.cmd

Bernhard Reutner-Fischer 18 سال پیش
والد
کامیت
ed438a4f58
2فایلهای تغییر یافته به همراه12 افزوده شده و 12 حذف شده
  1. 1 3
      package/config/confdata.c
  2. 11 9
      package/config/kconfig-to-buildroot2.patch

+ 1 - 3
package/config/confdata.c

@@ -649,11 +649,9 @@ int conf_write_autoconf(void)
 	time_t now;
 	int i, l;
 
-	return 0;
-
 	sym_clear_all_valid();
 
-	file_write_dep("include/config/auto.conf.cmd");
+	file_write_dep(".config.cmd");
 
 	if (conf_split_config())
 		return 1;

+ 11 - 9
package/config/kconfig-to-buildroot2.patch

@@ -177,15 +177,6 @@
  				break;
  			}
  		}
-@@ -655,6 +649,8 @@ int conf_write_autoconf(void)
- 	time_t now;
- 	int i, l;
- 
-+	return 0;
-+
- 	sym_clear_all_valid();
- 
- 	file_write_dep("include/config/auto.conf.cmd");
 @@ -672,22 +668,19 @@ int conf_write_autoconf(void)
  		return 1;
  	}
@@ -665,3 +656,14 @@ Index: confdata.c
  
  static void conf_warning(const char *fmt, ...)
  {
+--- kconfig/config/confdata.c	2007-07-02 16:07:19.000000000 +0200
++++ Buildroot/config/confdata.c	2007-07-02 16:05:21.000000000 +0200
+@@ -651,7 +651,7 @@ int conf_write_autoconf(void)
+ 
+ 	sym_clear_all_valid();
+ 
+-	file_write_dep("include/config/auto.conf.cmd");
++	file_write_dep(".config.cmd");
+ 
+ 	if (conf_split_config())
+ 		return 1;