]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Someone misunderstood 'dependency' here; we need not *link* to mod_session,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 29 Mar 2011 20:31:17 +0000 (20:31 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 29 Mar 2011 20:31:17 +0000 (20:31 +0000)
therefore the build order doesn't matter.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086726 13f79535-47bb-0310-9956-ffa450edef68

Apache.dsw
Makefile.win

index 656fabece3b9e42870d8fb2c30f76af096d5587c..ed10ddd23cce6d694d88551041e109a2b04aaf3d 100644 (file)
@@ -1050,9 +1050,6 @@ Package=<4>
     Begin Project Dependency
     Project_Dep_Name libhttpd
     End Project Dependency
-    Begin Project Dependency
-    Project_Dep_Name mod_session
-    End Project Dependency
 }}}
 
 ###############################################################################
index 6fb035764cf23ead982b358727b74b7919e095fc..1d3f025617a741bd84d4e6939c32255de02840f4 100644 (file)
@@ -350,12 +350,6 @@ _build:
        cd modules\ldap
         $(MAKE) $(MAKEOPT) -f mod_ldap.mak        CFG="mod_ldap - Win32 $(LONG)" RECURSE=0 $(CTARGET)
        cd ..\..
-# build session prior to auth_form
-       cd modules\session
-        $(MAKE) $(MAKEOPT) -f mod_session.mak        CFG="mod_session - Win32 $(LONG)" RECURSE=0 $(CTARGET)
-        $(MAKE) $(MAKEOPT) -f mod_session_cookie.mak CFG="mod_session_cookie - Win32 $(LONG)" RECURSE=0 $(CTARGET)
-        $(MAKE) $(MAKEOPT) -f mod_session_dbd.mak    CFG="mod_session_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
-       cd ..\..
        cd modules\database
         $(MAKE) $(MAKEOPT) -f mod_dbd.mak         CFG="mod_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
        cd ..\..
@@ -509,6 +503,11 @@ _build:
         $(MAKE) $(MAKEOPT) -f mod_lbmethod_rr.mak CFG="mod_lbmethod_rr - Win32 $(LONG)" RECURSE=0 $(CTARGET)
        cd ..\..\..
 !ENDIF
+       cd modules\session
+        $(MAKE) $(MAKEOPT) -f mod_session.mak        CFG="mod_session - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+        $(MAKE) $(MAKEOPT) -f mod_session_cookie.mak CFG="mod_session_cookie - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+        $(MAKE) $(MAKEOPT) -f mod_session_dbd.mak    CFG="mod_session_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+       cd ..\..
        cd modules\slotmem
         $(MAKE) $(MAKEOPT) -f mod_slotmem_plain.mak  CFG="mod_slotmem_plain - Win32 $(LONG)" RECURSE=0 $(CTARGET)
         $(MAKE) $(MAKEOPT) -f mod_slotmem_shm.mak    CFG="mod_slotmem_shm - Win32 $(LONG)" RECURSE=0 $(CTARGET)