From adfe063f366d05809dfcb594af39d9d676ed42da Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 4 Dec 2010 18:41:29 +0000 Subject: [PATCH] Feed newlines into 'make oldconfig' as it now complains about /dev/null svn path=/dists/trunk/linux-2.6/; revision=16622 --- debian/rules.real | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.real b/debian/rules.real index 6e262a74d..562cced68 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -124,7 +124,7 @@ ifdef CFLAGS_KERNEL echo 'CFLAGS += $(CFLAGS_KERNEL)' >> '$(DIR)/.kernelvariables' endif +$(MAKE_CLEAN) -C '$(SOURCE_DIR)' O='$(CURDIR)/$(DIR)' V=1 listnewconfig - +$(MAKE_CLEAN) -C '$(SOURCE_DIR)' O='$(CURDIR)/$(DIR)' oldconfig /dev/null + +yes "" | $(MAKE_CLEAN) -C '$(SOURCE_DIR)' O='$(CURDIR)/$(DIR)' oldconfig >/dev/null +$(MAKE_CLEAN) -C '$(SOURCE_DIR)' O='$(CURDIR)/$(DIR)' $(JOBS_ARG) prepare @$(stamp)