Ignore:
Timestamp:
2009-12-11T14:44:12+13:00 (14 years ago)
Author:
ak19
Message:

Make tends to output every statement to the console, regardless of whether it is to be executed or not. Now some echo statements won't be displayed until the actual error condition holds true, to prevent these error messages from confusing people on normal execution.

File:
1 edited

Legend:

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

    r21332 r21337  
    3030compile:
    3131    if not exist "$(APACHEHOME)" if exist "$(GSDLHOME)\bin\windows\gunzip.exe" if exist "$(GSDLHOME)\bin\windows\tar.exe" "$(GSDLHOME)\bin\windows\gunzip.exe" -cd "$(APACHEHOME)-gs.tar.gz" | "$(GSDLHOME)\bin\windows\tar.exe" xv --directory=.
    32     if not exist "$(APACHEHOME)" echo ****** Couldn't extract archive $(APACHEHOME)-gs.tar.gz. Extract it manually, or check that gunzip.exe and tar.exe exist in $(GSDLHOME)\bin\windows. ******
    33     if not exist "$(APACHEHOME)" exit /b 1
     32    @if not exist "$(APACHEHOME)" echo ****** Couldn't extract archive $(APACHEHOME)-gs.tar.gz. Extract it manually, or check that gunzip.exe and tar.exe exist in $(GSDLHOME)\bin\windows. ******
     33    @if not exist "$(APACHEHOME)" exit /b 1
    3434    cd "$(APACHEHOME)"
    3535    copy "$(GSDLHOME)\bin\windows\awk.exe" "$(APACHEHOME)\."
Note: See TracChangeset for help on using the changeset viewer.