You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by rs...@hyperreal.org on 1998/05/22 10:24:08 UTC

cvs commit: modperl/apaci Makefile.libdir Makefile.tmpl

rse         98/05/22 01:24:07

  Modified:    apaci    Makefile.libdir Makefile.tmpl
  Log:
  Adjust a few comments to make it more clear what this stuff is.
  
  Revision  Changes    Path
  1.2       +4 -4      modperl/apaci/Makefile.libdir
  
  Index: Makefile.libdir
  ===================================================================
  RCS file: /export/home/cvs/modperl/apaci/Makefile.libdir,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.libdir	1998/05/20 01:28:34	1.1
  +++ Makefile.libdir	1998/05/22 08:24:05	1.2
  @@ -1,4 +1,4 @@
  -This is a place-holder which indicates to Configure that it shouldn't
  -provide the default targets when building the Makefile in this directory.
  -Instead it'll just prepend all the important variable definitions, and
  -copy the Makefile.tmpl onto the end.
  +This is a place-holder which indicates to Apache's src/Configure script that
  +it shouldn't provide the default targets when building the Makefile from
  +Makefile.tmpl in this directory.  Instead it'll just prepend all the important
  +variable definitions, and copy the Makefile.tmpl onto the end.
  
  
  
  1.2       +7 -0      modperl/apaci/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/modperl/apaci/Makefile.tmpl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.tmpl	1998/05/20 01:28:34	1.1
  +++ Makefile.tmpl	1998/05/22 08:24:05	1.2
  @@ -2,6 +2,13 @@
   ##  Makefile.tmpl -- Makefile template for mod_perl (Apache-side)
   ##  Written by Ralf S. Engelschall <rs...@apache.org>
   ##
  +##  This is a hybrid Makefile template: It can is used both
  +##  inside the Apache source tree as the skeleton for the
  +##  src/modules/perl/Makefile which is created by Apache's
  +##  src/Configure script and out-side of the Apache source tree
  +##  for building via APXS. Here it is the skeketon for the
  +##  Makefile created by the local configure script.
  +##
   
   #   Reassemble mod_perl parameters
   #   from Perl and Apache parameters