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.

88 lines
3.4 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../modutils/use_old_postfix.diff
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  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. # --- T2-COPYRIGHT-NOTE-END ---
  17. --- ./man/Makefile.in.orig 2003-01-27 17:25:24.000000000 +0100
  18. +++ ./man/Makefile.in 2003-03-28 23:44:32.000000000 +0100
  19. @@ -16,9 +16,10 @@
  20. rm -f $(DESTDIR)$(mandir)/man5/conf.modules.5 $(DESTDIR)$(mandir)/man5/conf.modules.5.gz
  21. set -e; \
  22. for i in $(srcdir)/*.[1-8] ; do \
  23. - ext=`echo $$i | sed 's/.*\.//'`; \
  24. + ext=`echo $$i | sed 's/.*\.//'`; old='.old.'; \
  25. + [ $$ext != 1 -a $$ext != 8 ] && old='.'; \
  26. $(MKDIR) $(DESTDIR)$(mandir)/man$$ext/; \
  27. - $(INSTALL) -m 644 $$i $(DESTDIR)$(mandir)/man$$ext/; \
  28. + $(INSTALL) -m 444 $$i $(DESTDIR)$(mandir)/man$$ext/$${i%.*}$$old$$ext; \
  29. done
  30. realclean: clean
  31. --- ./depmod/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
  32. +++ ./depmod/Makefile.in 2003-01-28 00:55:31.000000000 +0100
  33. @@ -56,7 +56,7 @@
  34. install install-bin: all
  35. $(MKDIR) $(DESTDIR)$(sbindir)
  36. - $(INSTALL) $(STRIP) depmod $(DESTDIR)$(sbindir)
  37. + $(INSTALL) $(STRIP) depmod $(DESTDIR)$(sbindir)/depmod.old
  38. dep depend .depend: depmod.c
  39. $(CC) -M $(CFLAGS) $(DEFSNOARCH) $(DEFS) $^ > .depend
  40. --- ./genksyms/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
  41. +++ ./genksyms/Makefile.in 2003-01-28 00:55:46.000000000 +0100
  42. @@ -62,7 +62,7 @@
  43. install install-bin: all
  44. $(MKDIR) $(DESTDIR)$(sbindir)
  45. - $(INSTALL) $(STRIP) genksyms $(DESTDIR)$(sbindir)
  46. + $(INSTALL) $(STRIP) genksyms $(DESTDIR)$(sbindir)/genksyms.old
  47. # auto-generated dependancies are almost redundant once we add all the
  48. # rules to get the generated files built first.
  49. --- ./insmod/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
  50. +++ ./insmod/Makefile.in 2003-01-28 00:57:36.000000000 +0100
  51. @@ -116,16 +116,16 @@
  52. @set -ex;\
  53. for i in $(TARGETS_REAL); do \
  54. $(MKDIR) $(DESTDIR)$(sbindir); \
  55. - $(INSTALL) $(STRIP) $$i $(DESTDIR)$(sbindir); done;
  56. + $(INSTALL) $(STRIP) $$i $(DESTDIR)$(sbindir)/$$i.old; done;
  57. set -e; \
  58. for i in $(srcdir)/insmod_ksymoops_clean $(srcdir)/kernelversion; do \
  59. $(MKDIR) $(DESTDIR)$(sbindir); \
  60. - $(INSTALL) $$i $(DESTDIR)$(sbindir); done;
  61. + $(INSTALL) $$i $(DESTDIR)$(sbindir)/$$i.old; done;
  62. set -e; \
  63. for i in $(COMB); do \
  64. - ln -sf insmod $(DESTDIR)$(sbindir)/$$i; \
  65. + ln -sf insmod.old $(DESTDIR)$(sbindir)/$$i.old; \
  66. (test "$(insmod_static)" = yes && \
  67. - ln -sf insmod.static $(DESTDIR)$(sbindir)/$$i.static) || true; \
  68. + ln -sf insmod.static.old $(DESTDIR)$(sbindir)/$$i.static.old) || true; \
  69. done
  70. clean:
  71. --- ./kerneld/Makefile.in.orig 2003-01-28 00:55:10.000000000 +0100
  72. +++ ./kerneld/Makefile.in 2003-01-28 00:57:52.000000000 +0100
  73. @@ -42,7 +42,7 @@
  74. set -e; \
  75. for i in $(PROGS); do \
  76. $(MKDIR) $(sbindir); \
  77. - $(INSTALL) $(STRIP) $$i $(sbindir); \
  78. + $(INSTALL) $(STRIP) $$i $(sbindir)/$$i.old; \
  79. done
  80. install-scripts: