You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/09/13 11:25:01 UTC

svn commit: r442917 - in /httpd/apreq/trunk: CHANGES INSTALL build/RELEASE build/WEBSITE

Author: pgollucci
Date: Wed Sep 13 02:25:01 2006
New Revision: 442917

URL: http://svn.apache.org/viewvc?view=rev&rev=442917
Log:
Note that SunOS(Solaris) users need to use gmake 
not make.


Modified:
    httpd/apreq/trunk/CHANGES
    httpd/apreq/trunk/INSTALL
    httpd/apreq/trunk/build/RELEASE
    httpd/apreq/trunk/build/WEBSITE

Modified: httpd/apreq/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/CHANGES?view=diff&rev=442917&r1=442916&r2=442917
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Wed Sep 13 02:25:01 2006
@@ -4,6 +4,10 @@
 
 @section v2_09 Changes with libapreq2-2.09 (under developement)
 
+-Build [Philip M. Gollucci]
+  SunOS (Solaris) 
+  Users must use gmake not make for building.
+
 - Build [Philip M. Gollucci]
   SunOS (Solaris)
   Code around bug in libtool (at least in 1.5.18, 1.5.20, 1.5.22)

Modified: httpd/apreq/trunk/INSTALL
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/INSTALL?view=diff&rev=442917&r1=442916&r2=442917
==============================================================================
--- httpd/apreq/trunk/INSTALL (original)
+++ httpd/apreq/trunk/INSTALL Wed Sep 13 02:25:01 2006
@@ -8,7 +8,7 @@
 
 INSTRUCTIONS:
 
-FreeBSD users must substitute "gmake" for "make" below.
+FreeBSD/Solaris users must substitute "gmake" for "make" below.
 
 Unix build, where libtool/automake/autoconf works:
 

Modified: httpd/apreq/trunk/build/RELEASE
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/RELEASE?view=diff&rev=442917&r1=442916&r2=442917
==============================================================================
--- httpd/apreq/trunk/build/RELEASE (original)
+++ httpd/apreq/trunk/build/RELEASE Wed Sep 13 02:25:01 2006
@@ -1,6 +1,6 @@
 Instructions for the apreq Release Manager (RM)
 
-FreeBSD note: use gmake!
+FreeBSD/Solaris note: use gmake!
 
 1. Create a realease branch:
 

Modified: httpd/apreq/trunk/build/WEBSITE
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/WEBSITE?view=diff&rev=442917&r1=442916&r2=442917
==============================================================================
--- httpd/apreq/trunk/build/WEBSITE (original)
+++ httpd/apreq/trunk/build/WEBSITE Wed Sep 13 02:25:01 2006
@@ -42,7 +42,7 @@
 
         % make docs
 
-     FreeBSD note: use gmake!
+     FreeBSD/Solaris note: use gmake!
 
      This will generate the C documentation in the docs/ directory
      using build/doxygen.conf as the config file for doxygen.