From 5406acbce66df3329c4096fc143e850e317eafe0 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 7 Sep 2010 14:28:14 -0400 Subject: [PATCH] compile fixes. --- Makefile | 2 +- root_image/Makefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 50db66a..7498dae 100644 --- 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 diff --git a/root_image/Makefile b/root_image/Makefile index a8b9f95..779031f 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -40,8 +40,6 @@ FC13 = 1 FC12_RPM = 1 endif -include ../sources.mk - LINUX_DST = ../linux-build LINUX_SRC = $(dir $(CURDIR))linux -- 2.39.5