dougm       00/03/29 16:21:49

  Modified:    .        Makefile.PL
  Log:
  handy target
  
  Revision  Changes    Path
  1.152     +3 -0      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.151
  retrieving revision 1.152
  diff -u -r1.151 -r1.152
  --- Makefile.PL       2000/03/23 05:37:50     1.151
  +++ Makefile.PL       2000/03/30 00:21:48     1.152
  @@ -1356,6 +1356,9 @@
        @sleep 2
        @echo done
   
  +start_httpd_fork:
  +     $(APACHE_SRC)/$(HTTPD) -f `pwd`/t/conf/httpd.conf -d `pwd`/t
  +
   rehttpd:   kill_httpd start_httpd
   
   run_tests:
  
  
  

Reply via email to