Author: pgollucci
Date: Sat Jul 15 20:58:11 2006
New Revision: 422357

URL: http://svn.apache.org/viewvc?rev=422357&view=rev
Log:
sadly my editor was setup to insert spaces and not tabs 
so this time its an actual tab and not 4 spaces


Modified:
    perl/modperl/branches/1.x/Makefile.PL

Modified: perl/modperl/branches/1.x/Makefile.PL
URL: 
http://svn.apache.org/viewvc/perl/modperl/branches/1.x/Makefile.PL?rev=422357&r1=422356&r2=422357&view=diff
==============================================================================
--- perl/modperl/branches/1.x/Makefile.PL (original)
+++ perl/modperl/branches/1.x/Makefile.PL Sat Jul 15 20:58:11 2006
@@ -1546,13 +1546,13 @@
     TEST_VERBOSE=0
 
 kill_httpd:
-    kill `cat t/logs/httpd.pid`
+       kill `cat t/logs/httpd.pid`
        @$(RM_F) t/conf/srm.conf
        @$(RM_F) t/logs/mod_perl.lock*
        $(RM_F) t/logs/httpd.pid
        $(RM_F) t/logs/error_log
 
- start_httpd: test_pre_init
+start_httpd: test_pre_init
        @(cd t/conf; test -f httpd.conf || cp httpd.conf-dist httpd.conf)
        @(cd t/net; test -f config.pl || cp config.pl.dist config.pl)
        @$(TOUCH) t/conf/srm.conf
@@ -1564,12 +1564,12 @@
        @echo done
 
 start_httpd_fork:
-    $(APACHE_SRC)/$(HTTPD) -f `pwd`/t/conf/httpd.conf -d `pwd`/t
+       $(APACHE_SRC)/$(HTTPD) -f `pwd`/t/conf/httpd.conf -d `pwd`/t
 
 rehttpd:   kill_httpd start_httpd
 
 run_tests:
-    $(FULLPERL) $(MP_TEST_SCRIPT) $(TEST_VERBOSE)
+       $(FULLPERL) $(MP_TEST_SCRIPT) $(TEST_VERBOSE)
 
 ),
 
@@ -1578,7 +1578,7 @@
 q(
 
 test_report:
-    $(MAKE) test | t/report
+       $(MAKE) test | t/report
 );
 }
 


Reply via email to