[kernel] r16622 - dists/trunk/linux-2.6/debian

Ben Hutchings benh at alioth.debian.org
Sat Dec 4 18:41:34 UTC 2010


Author: benh
Date: Sat Dec  4 18:41:29 2010
New Revision: 16622

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

Modified:
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Sat Dec  4 18:25:50 2010	(r16621)
+++ dists/trunk/linux-2.6/debian/rules.real	Sat Dec  4 18:41:29 2010	(r16622)
@@ -124,7 +124,7 @@
 	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)
 



More information about the Kernel-svn-changes mailing list