Changeset 32481 for main/trunk


Ignore:
Timestamp:
2018-09-24T20:11:51+12:00 (6 years ago)
Author:
ak19
Message:

Correction. Cascade-make of Crypt::LE perl package for darwin/mac should take place on doing make all on gs2build/build-src/packages, not upon make install.

Location:
main/trunk/greenstone2/build-src/packages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/Makefile

    r32480 r32481  
    6161          (cd $$odir && $(MAKE) $(MDEFINES) $@) || exit 1; \
    6262        done
     63    if [[ $(GSDLOS) = "darwin" ]]; then \
     64      (cd ../../perllib/cpan && ./compile-zerossl.sh || exit 0) ; \
     65    fi
    6366
    6467install:
     
    6770          (cd $$idir && $(MAKE) install) || exit 1; \
    6871        done
    69     if [[ $(GSDLOS) = "darwin" ]]; then \
    70       (cd ../../perllib/cpan && ./compile-zerossl.sh || exit 0) ; \
    71     fi
    7272
    7373clean:
  • main/trunk/greenstone2/build-src/packages/Makefile.in

    r32480 r32481  
    6161          (cd $$odir && $(MAKE) $(MDEFINES) $@) || exit 1; \
    6262        done
     63    if [[ $(GSDLOS) = "darwin" ]]; then \
     64      (cd ../../perllib/cpan && ./compile-zerossl.sh || exit 0) ; \
     65    fi
    6366
    6467install:
     
    6770          (cd $$idir && $(MAKE) install) || exit 1; \
    6871        done
    69     if [[ $(GSDLOS) = "darwin" ]]; then \
    70       (cd ../../perllib/cpan && ./compile-zerossl.sh || exit 0) ; \
    71     fi
    7272
    7373clean:
Note: See TracChangeset for help on using the changeset viewer.