Browse Source

oops, silence some debugging noise

Eric Andersen 18 years ago
parent
commit
3c2974b822
1 changed files with 4 additions and 4 deletions
  1. 4 4
      package/pkgconfig/pkgconfig-filter.sh

+ 4 - 4
package/pkgconfig/pkgconfig-filter.sh

@@ -17,11 +17,11 @@ if $CMD.real $* |
 	sed -e "s~\-L/~-L=/~g; s~\-I/~-I=/~g;" |
 	sed -e "s~\-L\=~-L$PKG_CONFIG_SYSROOT~g; s~\-I\=~-I$PKG_CONFIG_SYSROOT~g;"
 then
-	echo "PKG_CONFIG_LIBDIR=$PKG_CONFIG_LIBDIR" >&2
-	echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >&2
-	echo "OKAY" >&2;
+	#echo "PKG_CONFIG_LIBDIR=$PKG_CONFIG_LIBDIR" >&2
+	#echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >&2
+	#echo "OKAY" >&2;
 	exit 0;
 else
 	echo "pkg-config failed!" >&2
-	exit 1
+	exit $?
 fi