Skip to content
Snippets Groups Projects
Commit 112354c2 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

make packaging somewhat quieter

parent 0c1add96
No related branches found
No related tags found
No related merge requests found
...@@ -180,11 +180,7 @@ EOF ...@@ -180,11 +180,7 @@ EOF
) | while read C_C W_B ; do ) | while read C_C W_B ; do
L_D=/usr/${C_C}/lib L_D=/usr/${C_C}/lib
I_D=/usr/${C_C}/include I_D=/usr/${C_C}/include
echo "CROSS_COMPILE=${C_C}" (
echo "LIBDIR=${L_D}"
echo "INCLUDEDIR=${L_D}"
echo "WIND_BASE=${W_B}"
(set -x
cross_spec \ cross_spec \
| sed -e "s|__SUFFIX__|${SUFFIX}|g" \ | sed -e "s|__SUFFIX__|${SUFFIX}|g" \
| sed -e "s|__VERSION__|${VERSION}|g" \ | sed -e "s|__VERSION__|${VERSION}|g" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment