distclean was not cleaning the v4l/.myconfig file, or the symlinks made
for the lxdialog program. This caused problems especially if you were
switching between different kernel versions for testing.
# HG changeset patch
# User Trent Piepho <xyzzy@xxxxxxxxxxxxx>
# Node ID 2dc1de0e03c910bab9c1b9d8aa7098f82a672705
# Parent eb4b5148b80657f104d4f6463513d5e079d49800
Adjust distclean target to clean a few more files
From: Trent Piepho <xyzzy@xxxxxxxxxxxxx>
distclean was not cleaning the v4l/.myconfig file, or the symlinks made
for the lxdialog program. This caused problems especially if you were
switching between different kernel versions for testing.
Signed-off-by: Trent Piepho <xyzzy@xxxxxxxxxxxxx>
diff -r eb4b5148b806 -r 2dc1de0e03c9 v4l/Makefile
--- a/v4l/Makefile Tue Jun 20 03:10:05 2006 -0700
+++ b/v4l/Makefile Tue Jun 20 03:46:54 2006 -0700
@@ -216,8 +216,9 @@ clean::
distclean:: clean
-rm -f .version .*.o.flags .*.o.d Makefile.media \
- Kconfig Kconfig.kern .config .config.cmd
+ Kconfig Kconfig.kern .config .config.cmd .myconfig
-rm -rf .tmp_versions
+ -rm -f scripts/lxdialog scripts/kconfig
@find .. -name '*.orig' -exec rm '{}' \;
@find .. -name '*.rej' -exec rm '{}' \;
_______________________________________________
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb