diff mbox

make clean should delete 2 more files

Message ID 200901271803.50996.nsoranzo@tiscali.it (mailing list archive)
State Accepted
Headers show

Commit Message

Nicola Soranzo Jan. 27, 2009, 5:03 p.m. UTC
The files v4l/Module.markers and v4l/modules.order , created by make, are not 
removed by make clean.

Signed-off-by: Nicola Soranzo <nsoranzo@tiscali.it>

---
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff -ur v4l-dvb-6a6eb9efc6cd/v4l/Makefile v4l-dvb-new/v4l/Makefile
--- v4l-dvb-6a6eb9efc6cd/v4l/Makefile	2009-01-24 01:35:12.000000000 +0100
+++ v4l-dvb-new/v4l/Makefile	2009-01-19 19:22:27.000000000 +0100
@@ -278,7 +278,7 @@ 
 	@find . -name '*.c' -type l -exec rm '{}' \;
 	@find . -name '*.h' -type l -exec rm '{}' \;
 	-rm -f *~ *.o *.ko .*.o.cmd .*.ko.cmd *.mod.c av7110_firm.h fdump \
-		config-compat.h Module.symvers
+		config-compat.h Module.symvers Module.markers modules.order
 	make -C firmware clean
 
 distclean:: clean