From 883abfc44e00cd092b843f4831a229f54eb20844 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sat, 18 Mar 2006 14:44:06 -0500 Subject: make 'make kernel-links' less verbose From: Michael Krufky Signed-off-by: Michael Krufky --- v4l/scripts/makelinks.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'v4l') diff --git a/v4l/scripts/makelinks.sh b/v4l/scripts/makelinks.sh index 981df1af8..a66989771 100755 --- a/v4l/scripts/makelinks.sh +++ b/v4l/scripts/makelinks.sh @@ -26,23 +26,23 @@ for x in `find include -type d | grep -v CVS` ; do done for x in `find Documentation -type f | grep -v CVS | grep -v .cvsignore` ; do - ln -v -f -s $PWD/$x $1/$x + ln -f -s $PWD/$x $1/$x done for x in `find drivers -type f | grep -v CVS | grep -v .cvsignore` ; do - ln -v -f -s $PWD/$x $1/$x + ln -f -s $PWD/$x $1/$x done for x in `find include -type f | grep -v CVS | grep -v .cvsignore` ; do - ln -v -f -s $PWD/$x $1/$x + ln -f -s $PWD/$x $1/$x done for x in `find include -type d | grep -v CVS` ; do - ln -v -f -s $PWD/../v4l/compat.h $1/$x/compat.h + ln -f -s $PWD/../v4l/compat.h $1/$x/compat.h done for x in `find drivers/media -type d | grep -v CVS` ; do - ln -v -f -s $PWD/../v4l/compat.h $1/$x/compat.h + ln -f -s $PWD/../v4l/compat.h $1/$x/compat.h done cd .. -- cgit v1.2.3