export AXIS_TOP_DIR=`pwd` echo "Prepending \"$AXIS_TOP_DIR/tools/build/bin\" to PATH." export PATH="$AXIS_TOP_DIR/tools/build/bin:$PATH" echo "Prepending \"/usr/local/cris/bin/\" to PATH." export PATH="/usr/local/cris/bin/:$PATH" export AXIS_KERNEL_DIR="$AXIS_TOP_DIR/os/linux-2.6" echo $AXIS_KERNEL_DIR = $AXIS_TOP_DIR/os/linux-2.6-- MarcRStockmeier - 13 Dec 2005