Feed newlines into 'make oldconfig' as it now complains about /dev/null

svn path=/dists/trunk/linux-2.6/; revision=16622
This commit is contained in:
Ben Hutchings 2010-12-04 18:41:29 +00:00
parent 769ca9f529
commit adfe063f36
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -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 >/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)