Home | History | Annotate | Download | only in src
      1 #!/usr/bin/bash
      2 # This script can be used to build the entire cool stack. It is really
      3 # most useful to understand dependencies, if you are doing a partial build.
      4 #
      5 # Put compilers first in PATH. Do NOT include /usr/sfw/bin in PATH
      6 #
      7 # Source the setup file
      8 source ./setupcsenv.sh
      9 
     10 export INSTALLDIR
     11 perl -I . build_coolstack_internal.pl $*
     12