[PATCH] top-level Makefile patch

Robert P. J. Day rpjday at mindspring.com
Sat Mar 4 08:31:26 PST 2006


--- 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


More information about the busybox mailing list