--- dvb-kernel/Makefile 2004/01/25 19:06:22 1.4 +++ dvb-kernel/Makefile 2004/01/26 10:33:59 1.5 @@ -5,7 +5,7 @@ CVSROOT := $(shell cat CVS/Root) RELEASE_TAG := HEAD KERNEL_MINOR := $(shell uname -r | sed -e 's/^2\.\(.\).*/\1/') -BUILD_DIR := ./build-2.$(KERNEL_MINOR) +BUILD_DIR := $(shell pwd)/build-2.$(KERNEL_MINOR) all: @@ -18,12 +18,24 @@ release dist: ( cd release-tmp; tar czf ../$(PACKAGE).tar.gz $(PACKAGE) ) rm -rf release-tmp @echo - @echo -------------------------------------------------------------------------------- + @echo -------------------------------------------------------------------------------------- @echo @echo "driver package: ./$(PACKAGE).tar.gz" @echo - @echo -------------------------------------------------------------------------------- + @echo -------------------------------------------------------------------------------------- @echo %:: $(MAKE) -C $(BUILD_DIR) $(MAKECMDGOALS) + @echo + @echo -------------------------------------------------------------------------------------- + @echo + @echo The driver was built in $(BUILD_DIR). Please use + @echo + @echo $(BUILD_DIR)/insmod.sh or + @echo $(BUILD_DIR)/insmod-bt8xx.sh + @echo + @echo "to load and unload the modules for testing. (see README for details)" + @echo + @echo -------------------------------------------------------------------------------------- + @echo