mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.3 KiB

  1. --- ./Makefile.orig 2008-05-17 14:37:27.000000000 +0200
  2. +++ ./Makefile 2008-05-17 14:37:43.000000000 +0200
  3. @@ -84,10 +84,6 @@
  4. install: install-modules install-tools
  5. install-modules:
  6. - @# check if there are modules left from an old installation
  7. - @# might cause make to abort the build
  8. - sh scripts/find-madwifi-modules.sh $(KERNELRELEASE) $(DESTDIR)
  9. -
  10. for i in $(obj-y); do \
  11. $(MAKE) -C $$i install || exit 1; \
  12. done
  13. --- ./Makefile.inc.orig 2007-01-18 09:26:23.000000000 +0100
  14. +++ ./Makefile.inc 2008-05-17 13:33:45.000000000 +0200
  15. @@ -60,7 +60,7 @@
  16. # running kernel was compiled. Note that the configuration and the
  17. # version of the kernel tree might have changed since then.
  18. ifeq ($(wildcard $(KERNELPATH)),)
  19. -KERNELPATH = /lib/modules/$(shell uname -r)/build
  20. +KERNELPATH = /usr/src/linux
  21. # sanity check: does KERNELPATH exist?
  22. ifeq ($(shell cd $(KERNELPATH) && pwd),)
  23. $(error $(KERNELPATH) is missing, please set KERNELPATH)
  24. --- ./tools/Makefile.orig 2007-11-13 10:24:57.000000000 +0100
  25. +++ ./tools/Makefile 2008-05-17 13:33:45.000000000 +0200
  26. @@ -34,8 +34,8 @@
  27. STRIP ?= $(USER_CROSS_COMPILE)strip
  28. CC = $(USER_CROSS_COMPILE)gcc
  29. -BINDIR ?= /usr/local/bin
  30. -MANDIR ?= /usr/local/man
  31. +BINDIR ?= /usr/bin
  32. +MANDIR ?= /usr/man
  33. #
  34. # Path to the HAL source code.