Am 06.06.2011 09:26, schrieb Cristian Ionescu-Idbohrn:
> Advertized in the Makefile:
> 
> # make mrproper  Delete the current configuration, and all generated files
> 
> Still:
> 
> include/applets.h:/* DO NOT EDIT. This file is generated from applets.src.h */
> include/usage.h:/* DO NOT EDIT. This file is generated from usage.src.h */
> 
> are not deleted.
> 
> 
> Cheers,
> 

when we add a marker like "DO NOT EDIT" we can get most of them like
rm $( grep -lR "DO NOT EDIT" *)

just my two cents,

re,
 wh
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to