[PATCH] top-level Makefile patch

Rob Landley rob at landley.net
Sat Mar 4 22:02:47 UTC 2006


On Saturday 04 March 2006 11:31 am, Robert P. J. Day wrote:
> --- busybox.orig/Makefile	2006-03-04 10:36:56.000000000 -0500
> +++ busybox/Makefile	2006-03-04 11:30:13.000000000 -0500
> @@ -488,6 +488,7 @@ clean:
>  	- find . -name \*.o -exec rm -f {} \;
>  	- find . -name \*.om -exec rm -f {} \;
>  	- find . -name \*.os -exec rm -f {} \;
> +	- find . -name \*.osm -exec rm -f {} \;
>  	- find . -name \*.a -exec rm -f {} \;
>
>  distclean: clean

What are all these extensions for?  (I know what .o and .a do.  I take it the 
others are all fallout of the shared library thing?)

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list