From c8ee096ff104fedf3dcd4836a842d7eb7877607d Mon Sep 17 00:00:00 2001 From: Dimitar Zhekov Date: Sun, 18 Apr 2004 00:56:59 +0000 Subject: [PATCH] Dimitar Zhekov: a lx_config $MAKE oldconfig lacks yes '', sometimes causing problems [2004040509423327913] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2762 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/linux24/lx_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base/linux24/lx_config.sh b/package/base/linux24/lx_config.sh index 8ca8cae11..8a5ad5c78 100644 --- a/package/base/linux24/lx_config.sh +++ b/package/base/linux24/lx_config.sh @@ -230,7 +230,7 @@ lx_config () if [[ $treever != 24* ]] ; then echo "Create symlinks and a few headers for <$lx_cpu> ... " eval $MAKE include/asm - eval $MAKE oldconfig > /dev/null + yes '' | eval $MAKE oldconfig > /dev/null fi echo "Clean up the *.orig and *~ files ... "