ltrace does not build out-of-tree: use copied sources to configure.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Oct 26 09:29:04 2008 +0000 (2008-10-26)
changeset 9808940c04e05fe
parent 979 11ffd5b1e34d
child 981 6bc168156c2b
ltrace does not build out-of-tree: use copied sources to configure.

/trunk/scripts/build/debug/400-ltrace.sh | 8 4 4 0 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
scripts/build/debug/400-ltrace.sh
     1.1 --- a/scripts/build/debug/400-ltrace.sh	Sat Oct 25 16:58:06 2008 +0000
     1.2 +++ b/scripts/build/debug/400-ltrace.sh	Sun Oct 26 09:29:04 2008 +0000
     1.3 @@ -25,10 +25,10 @@
     1.4      (cd "${CT_SRC_DIR}/ltrace-${CT_LTRACE_VERSION}"; tar cf - .)| tar xvf - |CT_DoLog ALL
     1.5  
     1.6      CT_DoLog EXTRA "Configuring ltrace"
     1.7 -    CT_DoExecLog ALL                                        \
     1.8 -    "${CT_SRC_DIR}/ltrace-${CT_LTRACE_VERSION}/configure"   \
     1.9 -        --build=${CT_BUILD}                                 \
    1.10 -        --host=${CT_TARGET}                                 \
    1.11 +    CT_DoExecLog ALL        \
    1.12 +    ./configure"            \
    1.13 +        --build=${CT_BUILD} \
    1.14 +        --host=${CT_TARGET} \
    1.15          --prefix=/usr
    1.16  
    1.17      CT_DoLog EXTRA "Building ltrace"