Changeset 33117


Ignore:
Timestamp:
2019-05-29T21:31:09+12:00 (5 years ago)
Author:
ak19
Message:

Fixed an issue on Windows when compiling the the src component: crypt.zip may not have unpacked, in which case ant distclean will fail. So first check the crypt subdir exsts before attempting to cd into it to run clean in it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/win32.mak

    r29147 r33117  
    163163    $(MAKECLEANCMD)
    164164    cd "$(COMMONHOME)"
    165     cd packages\windows\crypt\crypt
     165    IF EXIST cd packages\windows\crypt\crypt cd packages\windows\crypt\crypt
    166166    $(MAKECLEANCMD)
    167167!IF EXIST ("packages\gdbm\gdbm-1.8.3")
Note: See TracChangeset for help on using the changeset viewer.