mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 17:04:42 +00:00
Add htcacheclean to Makefile.win (thanks to wrowe for pointers)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -311,6 +311,7 @@ _build:
|
||||
!ENDIF
|
||||
cd support
|
||||
$(MAKE) $(MAKEOPT) -f ab.mak CFG="ab - 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)
|
||||
$(MAKE) $(MAKEOPT) -f htpasswd.mak CFG="htpasswd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
|
||||
@ -452,6 +453,7 @@ _copybin:
|
||||
!ELSE
|
||||
copy support\$(LONG)\ab.$(src_exe) "$(inst_exe)" <.y
|
||||
!ENDIF
|
||||
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
|
||||
copy support\$(LONG)\htpasswd.$(src_exe) "$(inst_exe)" <.y
|
||||
|
Reference in New Issue
Block a user