From 3d4f1593ec1d456170e6daedb6ae8cab00501bd9 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Wed, 12 Apr 2006 17:04:45 -0400 Subject: 'make ivtv-rminstall' - remove bad console output From: Michael Krufky I accidentally copied too many lines from Makefile.media into Makefile.ivtv This changeset removes the following lines: @echo -e "\nRemoving old $(DEST) files\n" Signed-off-by: Michael Krufky --- v4l/Makefile.ivtv | 1 - 1 file changed, 1 deletion(-) (limited to 'v4l') diff --git a/v4l/Makefile.ivtv b/v4l/Makefile.ivtv index 12f395e39..69962f9e4 100644 --- a/v4l/Makefile.ivtv +++ b/v4l/Makefile.ivtv @@ -21,6 +21,5 @@ ivtv-install:: /sbin/depmod -a ${KERNELRELEASE} ivtv-rminstall:: - @echo -e "\nRemoving old $(DEST) files\n" @echo -e "\nRemoving old $(KDIR26)/video/ivtv files:" @files='ivtv.ko ivtv-fb.ko cx88-ivtv.ko '; for i in $$files;do if [ -e $(KDIR26)/video/ivtv/$$i ]; then echo -n "$$i "; rm $(KDIR26)/video/ivtv/$$i; fi; done; for i in $$files;do if [ -e $(KDIR26)/video/ivtv/$$i.gz ]; then echo -n "$$i.gz "; rm $(KDIR26)/video/ivtv/$$i.gz; fi; done; echo; -- cgit v1.2.3