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 st...@apache.org on 2001/09/18 18:05:16 UTC

cvs commit: modperl-2.0/util cvsize.pl

stas        01/09/18 09:05:16

  Modified:    .        Makefile.PL
               perl-framework/Apache-Test ToDo
               pod      modperl_dev.pod
               util     cvsize.pl
  Log:
  some build utils from ./util have silently moved (without commit)
  into ./build, therefore adjusting the code/docs:
  s|util/bugreport.pl|build/bugreport.pl|g
  
  Revision  Changes    Path
  1.39      +3 -3      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Makefile.PL	2001/09/10 07:00:56	1.38
  +++ Makefile.PL	2001/09/18 16:05:16	1.39
  @@ -206,13 +206,13 @@
       $string .= <<'EOF';
   
   source_scan:
  -	$(PERL) util/source_scan.pl
  +	$(PERL) build/source_scan.pl
   
   xs_generate:
  -	$(PERL) util/xs_generate.pl
  +	$(PERL) build/xs_generate.pl
   
   etags:
  -	$(SHELL) util/make_etags
  +	$(SHELL) build/make_etags
   
   modperl_lib:
   	@(cd $(MODPERL_SRC) && $(MAKE));
  
  
  
  1.3       +1 -1      httpd-test/perl-framework/Apache-Test/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/ToDo,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ToDo	2001/09/17 16:52:43	1.2
  +++ ToDo	2001/09/18 16:05:16	1.3
  @@ -21,7 +21,7 @@
       of the tests, but to save each bt as "backtrace.$test_path".
       => this should be very useful in smoke testing
   
  -  * later, it'd be nice to integrate this with util/bugreport.pl, so
  +  * later, it'd be nice to integrate this with build/bugreport.pl, so
       the bug report with the backtrace and everything we want to know
       from user's machine, including their /etc/shadow (:-) will be
       automatically posted to the list.
  
  
  
  1.40      +3 -3      modperl-2.0/pod/modperl_dev.pod
  
  Index: modperl_dev.pod
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/pod/modperl_dev.pod,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- modperl_dev.pod	2001/09/18 02:44:49	1.39
  +++ modperl_dev.pod	2001/09/18 16:05:16	1.40
  @@ -187,7 +187,7 @@
   
   NOTE: source_scan.pl is a HEAVY process, do not be alarmed.
   
  -% perl util/source_scan.pl apxs $apache_prefix/bin/apxs
  +% perl build/source_scan.pl apxs $apache_prefix/bin/apxs
   
   =head1 Support
   
  @@ -206,7 +206,7 @@
   
   reporting: Be sure to include the output of:
   
  - % perl util/config.pl
  + % perl build/config.pl
   
   which generates the output from:
   
  @@ -220,7 +220,7 @@
   
   =back
   
  -You can also use I<util/bugreport.pl>.
  +You can also use I<build/bugreport.pl>.
   
   If you get segmentation faults see the I<'make test' Debug> section.
   
  
  
  
  1.2       +1 -1      modperl-2.0/util/cvsize.pl
  
  Index: cvsize.pl
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/util/cvsize.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cvsize.pl	2001/01/07 23:18:58	1.1
  +++ cvsize.pl	2001/09/18 16:05:16	1.2
  @@ -1,5 +1,5 @@
   #get an idea of how much space the XS interface will eat
  -#util/source_scan.pl must be run first
  +#build/source_scan.pl must be run first
   #see pod/modperl_sizeof.pod
   
   use strict;