From 82f3276ab2328fa7895dd3f69f0e8de94c195203 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 10 Sep 2007 16:41:03 +0000 Subject: remove "Using BuildRoot: ..." message, it's mostly a duplicate of rpm's "Finding Requires ...", and it's too verbose when using "rpm -bb --quiet" --- find-requires.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'find-requires.in') diff --git a/find-requires.in b/find-requires.in index 6a3c2f9..2509be9 100755 --- a/find-requires.in +++ b/find-requires.in @@ -27,8 +27,6 @@ RPM_BUILD_ROOT=$1 RPM_ARCH=$2 if [ -n "$RPM_BUILD_ROOT" ]; then - echo "Using BuildRoot: $RPM_BUILD_ROOT to search libs" 1>&2 - lib_path_64=$RPM_BUILD_ROOT/usr/X11R6/lib64:$RPM_BUILD_ROOT/usr/lib64:$RPM_BUILD_ROOT/lib64 lib_path_32=$RPM_BUILD_ROOT/usr/X11R6/lib:$RPM_BUILD_ROOT/usr/lib:$RPM_BUILD_ROOT/lib LD_LIBRARY_PATH=$lib_path_64:$lib_path_32 -- cgit v1.2.1