[git commit master 1/1] build system: make gen_build_files.sh run before autoconf.h generation

Denys Vlasenko vda.linux at googlemail.com
Fri Jun 25 10:58:17 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=e69c5e2429f78b695d2ee26bd0d3bbef17da4c07
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 483842f..87779d7 100644
--- a/Makefile
+++ b/Makefile
@@ -509,7 +509,7 @@ include $(srctree)/Makefile.flags
 # with it and forgot to run make oldconfig.
 # If kconfig.d is missing then we are probarly in a cleaned tree so
 # we execute the config step to be sure to catch updated Kconfig files
-include/autoconf.h: .kconfig.d .config
+include/autoconf.h: .kconfig.d .config gen_build_files
 	$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
 
 else
-- 
1.7.1



More information about the busybox-cvs mailing list