OpenSDE Packages Database (without history before r20070)
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.

45 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../rt2500/dist.patch
  5. # Copyright (C) 2006 The OpenSDE Project
  6. # Copyright (C) 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- rt2500-1.1.0-b4/Module/Makefile.orig 2006-08-23 12:22:03.000000000 +0200
  18. +++ rt2500-1.1.0-b4/Module/Makefile 2006-08-23 12:22:49.000000000 +0200
  19. @@ -116,25 +116,11 @@
  20. @rm -fr .tmp_versions
  21. modules_install:
  22. -ifeq ($(PATCHLEVEL),4)
  23. - if ! [ -f $(MODULE_OBJECT) ]; then \
  24. - module; \
  25. - fi
  26. @echo "install '$(MODULE_OBJECT)' to $(MODULE_ROOT)"
  27. install -m 755 -o 0 -g 0 -d $(MODULE_ROOT)
  28. install -m 644 -o 0 -g 0 $(MODULE_OBJECT) $(MODULE_ROOT)
  29. - /sbin/depmod -a
  30. -else
  31. - echo "2.6 module install"
  32. - make $(KBUILD_PARAMS) modules_install
  33. - /sbin/depmod -a
  34. -endif
  35. install: modules_install
  36. - @if ! grep -q 'ra0' $(MODULE_CONF) ; then \
  37. - echo "append 'alias ra0 rt2500' to $(MODULE_CONF)"; \
  38. - echo "alias ra0 rt2500" >> $(MODULE_CONF) ; \
  39. - fi
  40. install-fedora:
  41. if ! [ -f $(MODULE_OBJECT) ]; then \