--- dvb-kernel/Makefile 2004/01/26 10:45:20 1.3.2.4 +++ dvb-kernel/Makefile 2004/01/25 19:06:22 1.4 @@ -5,7 +5,7 @@ CVSROOT := $(shell cat CVS/Root) RELEASE_TAG := HEAD KERNEL_MINOR := $(shell uname -r | sed -e 's/^2\.\(.\).*/\1/') -BUILD_DIR := $(shell pwd)/build-2.$(KERNEL_MINOR) +BUILD_DIR := ./build-2.$(KERNEL_MINOR) all: @@ -18,27 +18,12 @@ 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 -install: - $(MAKE) -C $(BUILD_DIR) install - %:: $(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