Author: stsp
Date: Thu Mar 27 17:04:47 2014
New Revision: 1582402

URL: http://svn.apache.org/r1582402
Log:
* tools/dev/unix-build/Makefile.svn: In my custom build script, make it
   possible to start httpd with an extra custom configuration file.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1582402&r1=1582401&r2=1582402&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Thu Mar 27 17:04:47 2014
@@ -1443,6 +1443,7 @@ endif
        echo >>[email protected] '</Location>'
        echo >>[email protected] 'RedirectMatch permanent 
^/svn-test-work/repositories/REDIRECT-PERM-(.*)$$ 
/svn-test-work/repositories/$$1'
        echo >>[email protected] 'RedirectMatch 
^/svn-test-work/repositories/REDIRECT-TEMP-(.*)$$ 
/svn-test-work/repositories/$$1'
+       echo >>[email protected] 'Include "conf/$(SVN_REL_WC)*-custom.conf"'
        mv -f [email protected] $@
 
 .PHONY: libpath


Reply via email to