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.

72 lines
2.2 KiB

  1. diff -dur gcc-2.95.3/config.guess gcc-2.95.3-p/config.guess
  2. --- gcc-2.95.3/config.guess 2000-03-08 05:52:57.000000000 +0100
  3. +++ gcc-2.95.3-p/config.guess 2004-11-04 16:19:16.086160368 +0100
  4. @@ -187,7 +187,7 @@
  5. echo m68k-sun-sunos${UNAME_RELEASE}
  6. exit 0 ;;
  7. sun*:*:4.2BSD:*)
  8. - UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
  9. + UNAME_RELEASE=`(head -n1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
  10. test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
  11. case "`/bin/arch`" in
  12. sun3)
  13. diff -dur gcc-2.95.3/configure gcc-2.95.3-p/configure
  14. --- gcc-2.95.3/configure 1999-04-02 16:17:40.000000000 +0200
  15. +++ gcc-2.95.3-p/configure 2004-11-04 16:19:50.391945096 +0100
  16. @@ -810,7 +810,7 @@
  17. s/\\\n//g
  18. t loop
  19. /^CC[ ]*=/ s/CC[ ]*=[ ]*\(.*\)/\1/p' < Makefile > Makefile.cc
  20. - CC=`tail -1 Makefile.cc`
  21. + CC=`tail -n1 Makefile.cc`
  22. rm -f Makefile.cc
  23. fi
  24. @@ -820,7 +820,7 @@
  25. s/\\\n//g
  26. t loop
  27. /^CFLAGS[ ]*=/ s/CFLAGS[ ]*=[ ]*\(.*\)/\1/p' < Makefile > Makefile.cc
  28. - CFLAGS=`tail -1 Makefile.cc`
  29. + CFLAGS=`tail -n1 Makefile.cc`
  30. rm -f Makefile.cc
  31. fi
  32. @@ -830,7 +830,7 @@
  33. s/\\\n//g
  34. t loop
  35. /^CXX[ ]*=/ s/CXX[ ]*=[ ]*\(.*\)/\1/p' < Makefile > Makefile.cc
  36. - CXX=`tail -1 Makefile.cc`
  37. + CXX=`tail -n1 Makefile.cc`
  38. rm -f Makefile.cc
  39. fi
  40. @@ -840,7 +840,7 @@
  41. s/\\\n//g
  42. t loop
  43. /^CXXFLAGS[ ]*=/ s/CXXFLAGS[ ]*=[ ]*\(.*\)/\1/p' < Makefile > Makefile.cc
  44. - CXXFLAGS=`tail -1 Makefile.cc`
  45. + CXXFLAGS=`tail -n1 Makefile.cc`
  46. rm -f Makefile.cc
  47. fi
  48. @@ -920,7 +920,7 @@
  49. t loop
  50. /^'"${var}"'[ ]*=/ s/'"${var}"'[ ]*=[ ]*\(.*\)/\1/p' \
  51. < Makefile > Makefile.v
  52. - t=`tail -1 Makefile.v`
  53. + t=`tail -n1 Makefile.v`
  54. if [ -n "${t}" ]; then
  55. eval "${var}='${t}'"
  56. fi
  57. diff -dur gcc-2.95.3/libio/dbz/Makefile.in gcc-2.95.3-p/libio/dbz/Makefile.in
  58. --- gcc-2.95.3/libio/dbz/Makefile.in 1998-08-30 23:30:22.000000000 +0200
  59. +++ gcc-2.95.3-p/libio/dbz/Makefile.in 2004-11-04 16:19:35.521205792 +0100
  60. @@ -107,7 +107,7 @@
  61. stamp-r1: $(RHIST) $(R2HIST) stamp-r0
  62. : crude check of synthetic history file
  63. - ( sed 25q $(RHIST) ; tail -25 $(RHIST) ) >histjunk
  64. + ( sed 25q $(RHIST) ; tail -n25 $(RHIST) ) >histjunk
  65. cmp histjunk $(srcdir)/firstlast25
  66. rm histjunk
  67. @touch stamp-r1