[U-Boot] [PATCH] Allow for parallel builds and saved output

Mike Frysinger vapier at gentoo.org
Mon Nov 21 20:11:57 CET 2011


On Monday 21 November 2011 13:56:16 Andy Fleming wrote:
> >> +             ${MAKE} clean
> >> +             find "${output_dir}" -type f -name '*.depend' | xargs rm
> > 
> > why not use distclean and avoid the `find` ?  otherwise, this find should
> > be: find "${output_dir}" -type f -name '*.depend' -exec rm -f {} +
> 
> distclean removes the u-boot executables. I thought it would be useful
> to keep them around so one could theoretically test all of the systems
> one built. I run make clean (which doesn't delete the results) and
> delete the .depend files because otherwise one can very quickly fill
> up a disk with ./MAKEALL powerpc

perhaps add a new clean target that does this ("mostlyclean") ?  what you want 
sounds generally useful to me ...
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20111121/de3648dc/attachment.pgp>


More information about the U-Boot mailing list