diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-20 20:01:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-20 20:01:22 -0300 |
commit | a65cbc3b7aa2eaf072f20f362966f0b0055077b3 (patch) | |
tree | 62c0f77d9c4cf55889d7f5cc37bc6f847026b1f1 | |
parent | b27ac015d8030bb7062bcbc0ea0a7f5ab45c2a95 (diff) | |
download | mediapointer-dvb-s2-a65cbc3b7aa2eaf072f20f362966f0b0055077b3.tar.gz mediapointer-dvb-s2-a65cbc3b7aa2eaf072f20f362966f0b0055077b3.tar.bz2 |
Adjust distclean target to clean a few more files
From: Trent Piepho <xyzzy@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@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | v4l/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index d20e68d4e..5be5f40ba 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -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 '{}' \; |