From c9ee75d4a31a6d9efcffa35fd188a529cb4b731e Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Thu, 17 Nov 2005 01:05:38 +0000 Subject: make v4l symlinks before attempting pvrusb2 build pvrusb2 depends on the rest of v4l to be present in order to build, and it also must have access to the headers. If someone does, 'make clean' after installing their v4l modules, it will remove the symlinks from the v4l/ directory. This ensures the symlinks are present before trying to build. Signed-off-by: Michael Krufky --- v4l/ChangeLog | 13 +++++++++++++ v4l_experimental/pvrusb2/Makefile | 1 + 2 files changed, 14 insertions(+) diff --git a/v4l/ChangeLog b/v4l/ChangeLog index c2f42ae05..ee5bfaf94 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,16 @@ +2005-11-17 01:02 mkrufky + + * ../v4l_experimental/pvrusb2/Makefile: + - make v4l symlinks before attempting pvrusb2 build + + pvrusb2 depends on the rest of v4l to be present in order to + build, and it also must have access to the headers. If someone + does 'make clean' after installing their v4l modules, it will + remove the symlinks from the v4l/ directory. This ensures the + symlinks are present before trying to build experimental pvrusb2. + + Signed-off-by: Michael Krufky + 2005-11-16 20:15 mchehab * ../linux/drivers/media/video/tuner-simple.c: diff --git a/v4l_experimental/pvrusb2/Makefile b/v4l_experimental/pvrusb2/Makefile index 1fcd89502..b86f841a5 100644 --- a/v4l_experimental/pvrusb2/Makefile +++ b/v4l_experimental/pvrusb2/Makefile @@ -53,6 +53,7 @@ else endif modules modules_install clean: + $(MAKE) -C $(shell pwd)/../.. links @echo cppflags=$(MYFLAGS) $(MAKE) V=1 $(MYFLAGS) INSTALL_MOD_DIR=$(INSTALL_MOD_DIR) -C $(KDIR) M=$(shell pwd) CONFIG_VIDEO_PVRUSB2=m $@ -- cgit v1.2.3