Changeset 20430


Ignore:
Timestamp:
2009-08-28T15:44:19+12:00 (15 years ago)
Author:
ak19
Message:
  1. Cleaning doesn't abort when the apache-httpd folder had never unzipped the httpd tar file before. 2. Correction to creating the logs-gsi folder.
Location:
gsdl/trunk/runtime-src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/packages/apache-httpd/win32.mak

    r20183 r20430  
    4242
    4343clean:
    44     cd "$(APACHEHOME)"
    45     nmake /f Makefile.win clean
    46     cd "$(GSDLHOME)"
     44    if exist "$(APACHEHOME)\*.*" cd "$(APACHEHOME)"& nmake /f Makefile.win clean& cd "$(GSDLHOME)"
    4745
  • gsdl/trunk/runtime-src/win32.mak

    r20423 r20430  
    5858!IF $(APACHE_HTTPD)
    5959MAKECMD = $(MAKECMD) APACHE_HTTPD=1
    60 MD ..\etc\logs-gsi
    6160INSTALLDIRS = $(INSTALLDIRS) src\w32apachectl packages\apache-httpd
    6261!ENDIF
     
    8685all: win32.mak $(PACKAGEDIRS) $(COMPILEDIRS) $(INSTALLDIRS)
    8786
    88 install: win32.mak $(INSTALLDIRS)
    89 
     87install: win32.mak $(INSTALLDIRS)   
     88    if not exist "$(GSDLHOME)\etc\logs-gsi\*.*" MD "$(GSDLHOME)\etc\logs-gsi"
    9089clean:
    9190    cd "$(RUNTIMEHOME)"
Note: See TracChangeset for help on using the changeset viewer.