From 6576269d9ea448c3485dfc8168f32b1bd855f4fb Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sun, 9 Oct 2005 20:57:14 +0000 Subject: - clean up 'make links' build output. Signed-off-by: Michael Krufky --- v4l/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'v4l/Makefile') diff --git a/v4l/Makefile b/v4l/Makefile index 2d18c8d66..02eead390 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -166,15 +166,16 @@ default:: links .version $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) $(MYCFLAGS) modules links:: - find ../linux/drivers/media/video -name '*.[c,h]' -type f -exec ln -sf '{}' . \; - find ../linux/kernel/drivers/usb/media -name '*.[c,h]' -type f -exec ln -sf '{}' . \; + @echo creating symbolic links... + @find ../linux/drivers/media/video -name '*.[c,h]' -type f -exec ln -sf '{}' . \; + @find ../linux/kernel/drivers/usb/media -name '*.[c,h]' -type f -exec ln -sf '{}' . \; # for merged-trees: - find ../linux -name '*.[c,h]' -type l -exec ln -sf '{}' . \; + @find ../linux -name '*.[c,h]' -type l -exec ln -sf '{}' . \; -# find ../linux/include -name '*.[h]' -type f -exec ln -sf '{}' . \; +# @find ../linux/include -name '*.[h]' -type f -exec ln -sf '{}' . \; - ln -sf ../linux/drivers/media/common/ir-common.c . + @ln -sf ../linux/drivers/media/common/ir-common.c . install:: rminstall @echo -e "\nInstalling new V4L modules at corresponding Kernel dir..." -- cgit v1.2.3