rse         97/08/12 02:06:38

  Modified:    .        how-to-release.html
  Log:
  Removed -p option because at least HP-UX Make had problems with it when
  testing the pre-releases.
  
  Revision  Changes    Path
  1.9       +2 -1      apache-devsite/how-to-release.html
  
  Index: how-to-release.html
  ===================================================================
  RCS file: /export/home/cvs/apache-devsite/how-to-release.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- how-to-release.html       1997/08/07 08:57:14     1.8
  +++ how-to-release.html       1997/08/12 09:06:37     1.9
  @@ -49,7 +49,8 @@
        <code><b>$ cd apache_1.X.Y</b></code>
   <P>
   <LI> Create <code>src/Configuration</code> file:<br>
  -     <code><b>$ cp -p src/Configuration.tmpl src/Configuration</b></code>
  +     (<i>note: please no <code><b>-p</b></code> option here to avoid Make 
problems</i>)<br>
  +     <code><b>$ cp src/Configuration.tmpl src/Configuration</b></code>
   <P>
   <LI> Remove <code>RULES.CVS</code> file and various <code>.cvsignore</code> 
files:<br>
        <code><b>$ rm RULES.CVS</b></code><br>
  
  
  

Reply via email to