Diff for /dvb-kernel/Makefile between versions 1.4 and 1.5

version 1.4, 2004/01/25 19:06:22 version 1.5, 2004/01/26 10:33:59
Line 5  CVSROOT     := $(shell cat CVS/Root) Line 5  CVSROOT     := $(shell cat CVS/Root)
 RELEASE_TAG := HEAD  RELEASE_TAG := HEAD
   
 KERNEL_MINOR := $(shell uname -r | sed -e 's/^2\.\(.\).*/\1/')  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:  all:
   
Line 18  release dist: Line 18  release dist:
         ( cd release-tmp; tar czf ../$(PACKAGE).tar.gz $(PACKAGE) )          ( cd release-tmp; tar czf ../$(PACKAGE).tar.gz $(PACKAGE) )
         rm -rf release-tmp          rm -rf release-tmp
         @echo          @echo
         @echo --------------------------------------------------------------------------------          @echo --------------------------------------------------------------------------------------
         @echo          @echo
         @echo "driver package: ./$(PACKAGE).tar.gz"          @echo "driver package: ./$(PACKAGE).tar.gz"
         @echo          @echo
         @echo --------------------------------------------------------------------------------          @echo --------------------------------------------------------------------------------------
         @echo          @echo
   
 %::  %::
         $(MAKE) -C $(BUILD_DIR) $(MAKECMDGOALS)          $(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

Removed from v.1.4  
changed lines
  Added in v.1.5


LinuxTV legacy CVS <linuxtv.org/cvs>