Dear Marek Vasut,

In message <[email protected]> you wrote:

> +     # Use per-board CCACHE directory
> +     if [ "x${CCACHE}" != "x" ] ; then

Why not simply:

        if [ "${CCACHE}" ] ; then

?

> +             export CCACHE_DIR="`${CCACHE} -s | grep "^cache directory" | \
> +                             tr -s " " | cut -d " " -f 3`/u-boot/${target}" ;
> +             mkdir -p "${CCACHE_DIR}"
> +     fi

How can I cleanup all the mess of created files and directories after
a build?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected]
Do not simplify the design of a program if a way can be found to make
it complex and wonderful.
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to