]> granicus.if.org Git - apache/commitdiff
Add a placeholder to remind us that fcgistarter.exe, once
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Dec 2007 19:48:55 +0000 (19:48 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Dec 2007 19:48:55 +0000 (19:48 +0000)
an implemention exists for apr_proc_create, needs to be added
to the build/install schema.

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

Makefile.win

index df916833a26ef17fc4679df81c8dc093169c01be..8b3724112e163fb6516658bf09c82b6ce767e2fe 100644 (file)
@@ -369,6 +369,7 @@ _build:
 !ENDIF
        cd support
         $(MAKE) $(MAKEOPT) -f ab.mak              CFG="ab - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+        # $(MAKE) $(MAKEOPT) -f fcgistarter.mak   CFG="fcgistarter - Win32 $(LONG)" RECURSE=0 $(CTARGET)
         $(MAKE) $(MAKEOPT) -f htcacheclean.mak    CFG="htcacheclean - Win32 $(LONG)" RECURSE=0 $(CTARGET)
         $(MAKE) $(MAKEOPT) -f htdbm.mak           CFG="htdbm - Win32 $(LONG)" RECURSE=0 $(CTARGET)
         $(MAKE) $(MAKEOPT) -f htdigest.mak        CFG="htdigest - Win32 $(LONG)" RECURSE=0 $(CTARGET)
@@ -540,6 +541,7 @@ _copybin:
        copy support\$(LONG)\abs.$(src_exe)                     "$(inst_exe)" <.y
 !ENDIF
        copy support\$(LONG)\ab.$(src_exe)                      "$(inst_exe)" <.y
+       # copy support\$(LONG)\fcgistarter.$(src_exe)           "$(inst_exe)" <.y
        copy support\$(LONG)\htcacheclean.$(src_exe)            "$(inst_exe)" <.y
        copy support\$(LONG)\htdbm.$(src_exe)                   "$(inst_exe)" <.y
        copy support\$(LONG)\htdigest.$(src_exe)                "$(inst_exe)" <.y