Changeset 2052


Ignore:
Timestamp:
2001-02-23T09:59:34+13:00 (23 years ago)
Author:
jrm21
Message:

make distclean no longer exits on error, so that a failure to clean in one
subdir no longer stops the process. Also updated some messages in
configure.

Location:
trunk/gsdl/packages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/Makefile.in

    r1996 r2052  
    5959    for subdir in $(PACKAGEDIRS); do \
    6060          echo cleaning $@ in $$subdir; \
    61           (cd $$subdir && if test -e Makefile; then $(MAKE) distclean;fi) || exit 1; \
     61          (cd $$subdir && if test -e Makefile; then $(MAKE) distclean;fi) \
    6262        done
  • trunk/gsdl/packages/configure

    r2019 r2052  
    6666
    6767# YAZ Z39.50 toolkit
     68echo ""
     69echo "Configuring YAZ"
    6870if test x"$USE_Z3950" = "xtrue";
    6971then
    70   echo ""
    71   echo "Configuring YAZ"
    7272  echo ""
    7373  cd "$PACKAGES/yaz"
    7474  ./configure $CACHE_FILE
    7575else
    76   echo ""
    77   echo "Z39.50 support disabled - YAZ library not required"
     76  echo "Z39.50 support disabled - YAZ library not required."
     77  echo "  add '--enable-z3950' to the configure command to include z39.50 support."
    7878  echo ""
    7979fi
Note: See TracChangeset for help on using the changeset viewer.