Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <1369070715-9585-3-git-send-email-ma...@denx.de> 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?
Ignoring this patch, it's FUBAR, sorry. Best regards, Marek Vasut _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot