Ignore:
Timestamp:
2008-07-28T20:23:27+12:00 (16 years ago)
Author:
davidb
Message:

Renaming of gs2build to build-src, gs2common to common-src etc.

Location:
gsdl/trunk/runtime-src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/configure

    r16568 r16572  
    69876987done
    69886988IFS="$pl_save_ifs"
    6989 
    6990 if test $success = "yes"; then
    6991 try=`perl configtest.pl` || try="0"
    6992 try=`expr $try \> 5.000`
    6993 if test $try = "1"; then
    6994 echo "$as_me:$LINENO: result: \"yes\"" >&5
    6995 echo "${ECHO_T}\"yes\"" >&6
    6996 else
    6997 success="no"
    6998 fi
    6999 fi
    7000 
    7001 if test $success = "no"; then
    7002 echo "$as_me:$LINENO: result: \"no\"" >&5
    7003 echo "${ECHO_T}\"no\"" >&6
    7004 { { echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
    7005 echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
    7006    { (exit 1); exit 1; }; }
    7007 fi
    70086989
    70096990success=no
  • gsdl/trunk/runtime-src/src/colservr/Makefile.in

    r16563 r16572  
    2626
    2727GSDL_DIR = ../../..
    28 COMMON_DIR = $(GSDL_DIR)/gs2common
     28COMMON_DIR = $(GSDL_DIR)/common-src
    2929
    3030INDEXERS_DIR = $(COMMON_DIR)/indexers
    31 PACKAGES_DIR = $(GSDL_DIR)/gs2runtime/packages
     31PACKAGES_DIR = $(GSDL_DIR)/runtime-src/packages
    3232
    3333
  • gsdl/trunk/runtime-src/src/oaiservr/Makefile.in

    r16563 r16572  
    2626
    2727GSDL_DIR = ../../..
    28 COMMON_DIR = $(GSDL_DIR)/gs2common
    29 RUNTIME_DIR = $(GSDL_DIR)/gs2runtime
     28COMMON_DIR = $(GSDL_DIR)/common-src
     29RUNTIME_DIR = $(GSDL_DIR)/runtime-src
    3030
    3131INDEXERS_DIR = $(COMMON_DIR)/indexers
  • gsdl/trunk/runtime-src/src/protocol/Makefile.in

    r16563 r16572  
    2626
    2727GSDL_DIR = ../../..
    28 COMMON_DIR = $(GSDL_DIR)/gs2common
     28COMMON_DIR = $(GSDL_DIR)/common-src
    2929
    3030INDEXERS_DIR = $(COMMON_DIR)/indexers
    31 PACKAGES_DIR = $(GSDL_DIR)/gs2runtime/packages
    32 COLSERVR_DIR = $(GSDL_DIR)/gs2runtime/src/colservr
     31PACKAGES_DIR = $(GSDL_DIR)/runtime-src/packages
     32COLSERVR_DIR = $(GSDL_DIR)/runtime-src/src/colservr
    3333
    3434
  • gsdl/trunk/runtime-src/src/recpt/Makefile.in

    r16563 r16572  
    2626
    2727GSDL_DIR = ../../..
    28 COMMON_DIR = $(GSDL_DIR)/gs2common
    29 RUNTIME_DIR = $(GSDL_DIR)/gs2runtime
     28COMMON_DIR = $(GSDL_DIR)/common-src
     29RUNTIME_DIR = $(GSDL_DIR)/runtime-src
    3030
    3131INDEXERS_DIR = $(COMMON_DIR)/indexers
Note: See TracChangeset for help on using the changeset viewer.