Ignore:
Timestamp:
2010-06-04T15:18:02+12:00 (14 years ago)
Author:
sjm84
Message:

Added the cascade make external

Location:
gs2-extensions/gsdl-amp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gsdl-amp/trunk

    • Property svn:externals set to
  • gs2-extensions/gsdl-amp/trunk/setup.bash

    r16683 r22234  
    1616  fi
    1717
     18
     19  export APACHE_HTTPD_HOME="$GEXTAMP_INSTALLED";
     20  export COMPILE_UP_APACHE_HTTPD=1
     21
     22  if [ -n "$GSDLHOME" ] ; then
     23      # see if there is already an apache httpd we can use
     24      # override default values if there is
     25      if [ -e "$GSDLHOME/apache-httpd/$GSDLOS" ] ; then
     26      export APACHE_HTTPD_HOME="$GSDLHOME/apache-httpd/$GSDLOS";
     27      export COMPILE_UP_APACHE_HTTPD=0
     28      fi
     29  if
     30
     31
     32  extdir=${GEXTAMP##*/}
     33
    1834  if [ "x$GSDLEXTS" = "x" ] ; then
    19     export GSDLEXTS=amp
     35    export GSDLEXTS=$extdir
    2036  else
    21     export GSDLEXTS=$GSDLEXTS:amp
     37    export GSDLEXTS=$GSDLEXTS:$extdir
    2238  fi
    2339
Note: See TracChangeset for help on using the changeset viewer.