]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
compile fixes.
authorKonrad Rzeszutek Wilk <konrad@dumpdata.com>
Tue, 7 Sep 2010 18:28:14 +0000 (14:28 -0400)
committerKonrad Rzeszutek Wilk <konrad@dumpdata.com>
Tue, 7 Sep 2010 18:28:14 +0000 (14:28 -0400)
Makefile
root_image/Makefile

index 50db66aa345c5bdb2a28dbebc0f96400b6005186..7498dae064b8f1bfc82494dee22765f757080b2c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ $(LINUX_DST)/.config: linux.config
        mkdir -p $(LINUX_DST);
        ./linux_cfg.pl $(DEF_CONFIG) linux.config  >$@
        cp -f early-devs $(LINUX_DST)
-       $(MAKE) -C $(LINUX_SRC) O=$(LINUX_DST) oldconfig
+       yes | $(MAKE) -C $(LINUX_SRC) O=$(LINUX_DST) oldconfig
 
 .PHONY:        linux-modules
 linux-modules: linux-config 
index a8b9f95a7c6d2b1de9205f0f448682ebe9a2046b..779031f1acb0ac816b4717c9b4147cf2057d044d 100644 (file)
@@ -40,8 +40,6 @@ FC13 = 1
 FC12_RPM = 1
 endif
 
-include ../sources.mk
-
 LINUX_DST = ../linux-build
 LINUX_SRC = $(dir $(CURDIR))linux