[linux-dvb] [PATCH] Adjust distclean target to clean a few more
files
Trent Piepho
xyzzy at speakeasy.org
Tue Jun 20 12:49:53 CEST 2006
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.
-------------- next part --------------
# HG changeset patch
# User Trent Piepho <xyzzy at speakeasy.org>
# Node ID 2dc1de0e03c910bab9c1b9d8aa7098f82a672705
# Parent eb4b5148b80657f104d4f6463513d5e079d49800
Adjust distclean target to clean a few more files
From: Trent Piepho <xyzzy at speakeasy.org>
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 at speakeasy.org>
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 '{}' \;
More information about the linux-dvb
mailing list