home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume19 / cnews2 / pch18jan90 < prev    next >
Internet Message Format  |  1990-02-05  |  3KB

  1. From utai!utzoo!henry@uunet.uu.net Sat Jan 20 08:27:03 1990
  2. Received: from BBN.COM by pineapple.bbn.com id <AA06808@pineapple.bbn.com>; Sat, 20 Jan 90 08:26:54 -0500
  3. Received: from uunet.UU.NET by BBN.COM id aa06131; 20 Jan 90 8:26 EST
  4. Received: from utai.UUCP by uunet.UU.NET (5.61/1.14) with UUCP 
  5.     id AA10925; Sat, 20 Jan 90 06:04:39 -0500
  6. Received: by neat.cs.toronto.edu with UUCP id 3714; Thu, 18 Jan 90 14:36:29 EST
  7. From: utzoo!henry@uunet.uu.net
  8. To: source-patches@cs.toronto.edu
  9. Subject: C News patch of 18-Jan-1990
  10. Message-Id: <90Jan18.143629est.3714@neat.cs.toronto.edu>
  11. Date:     Thu, 18 Jan 90 14:16:38 EST
  12. Status: R
  13.  
  14. Sigh...  One minor bit of unfinished business was overlooked in the build
  15. changes, and of course neither of our test systems gave any trouble on it.
  16. Some systems, however, will object, and build will fail as it is starting
  17. to construct doit.bin.  The quick fix is to look for "xxx" in build and
  18. just delete it.  Here is the definitive fix, which takes out the -s option
  19. and some related sludge in doit.bin, because the to-subst-or-not-to-subst
  20. decision is now made more sensibly by make.
  21.  
  22. start of patch 18-Jan-1990
  23. (suggested archive name: `pch18Jan90.Z')
  24. this should be run with   patch -p0 <thisfile
  25.  
  26. The following is a complete list of patches to date.
  27.  
  28. Prereq: 23-Jun-1989
  29. Prereq: 7-Jul-1989
  30. Prereq: 23-Jul-1989
  31. Prereq: 22-Aug-1989
  32. Prereq: 24-Aug-1989
  33. Prereq: 14-Sep-1989
  34. Prereq: 13-Nov-1989
  35. Prereq: 10-Jan-1990
  36. Prereq: 16-Jan-1990
  37. Prereq: 17-Jan-1990
  38. *** PATCHDATES.old    Thu Jan 18 12:54:06 1990
  39. --- PATCHDATES    Thu Jan 18 12:54:06 1990
  40. ***************
  41. *** 1,10 ****
  42. --- 1,11 ----
  43.   23-Jun-1989
  44.   7-Jul-1989
  45.   23-Jul-1989
  46.   22-Aug-1989
  47.   24-Aug-1989
  48.   14-Sep-1989
  49.   13-Nov-1989
  50.   10-Jan-1990
  51.   16-Jan-1990
  52.   17-Jan-1990
  53. + 18-Jan-1990
  54.  
  55. Changed files, if any:
  56.  
  57. *** cnpatch/old/conf/build    Wed Jan 17 17:06:37 1990
  58. --- conf/build    Thu Jan 18 12:34:52 1990
  59. ***************
  60. *** 666,671 ****
  61.   (
  62.       echo '#! /bin/sh'
  63. !     echo '# -i suppresses install, -t suppresses stdio test, -s suppresses subst'
  64. !     echo '# options are seen in first argument only, i.e. use -si not -s -i'
  65.       echo "umask $newsumask"
  66.       echo "set -x"
  67. --- 666,671 ----
  68.   (
  69.       echo '#! /bin/sh'
  70. !     echo '# -i suppresses install, -t suppresses stdio test'
  71. !     echo '# options are seen in first argument only, i.e. use -ti not -t -i'
  72.       echo "umask $newsumask"
  73.       echo "set -x"
  74. ***************
  75. *** 732,744 ****
  76.       echo ": making substitutions..."
  77.       echo "cd ../conf"
  78. !     if test " $needsubst" != " n"    xxx
  79. !     then
  80. !         echo 'case "$1" in'
  81. !         echo '-*s*)    ;;'
  82. !         echo '*)    make substs || exit 1    ;;'
  83. !         echo 'esac'
  84. !     else
  85. !         echo ": make substs || exit 1    not necessary, defaults used"
  86. !     fi
  87.       echo ": done"
  88.       echo ": making spacefor, queuelen, etc...."
  89. --- 732,736 ----
  90.       echo ": making substitutions..."
  91.       echo "cd ../conf"
  92. !     echo 'make substs || exit 1'
  93.       echo ": done"
  94.       echo ": making spacefor, queuelen, etc...."
  95.  
  96.  
  97. end of patch 18-Jan-1990
  98.  
  99.  
  100.