projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69bf99
)
oops, silence some debugging noise
author
Eric Andersen
<andersen@codepoet.org>
Sun, 14 Jan 2007 04:20:57 +0000
(
04:20
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sun, 14 Jan 2007 04:20:57 +0000
(
04:20
-0000)
package/pkgconfig/pkgconfig-filter.sh
patch
|
blob
|
history
diff --git
a/package/pkgconfig/pkgconfig-filter.sh
b/package/pkgconfig/pkgconfig-filter.sh
index 8769bfd8a813743690cd0a0757fa8007ee1c83fe..770e9317b582b1d615db8bed470bd00f630c0fec 100755
(executable)
--- a/
package/pkgconfig/pkgconfig-filter.sh
+++ b/
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