Lines Matching refs:SRC_DIR
69 SRC_DIR=$PARAMETERS
70 if [ -z "$SRC_DIR" -a $OPTION_PACKAGE = no ] ; then
75 if [ -n "$SRC_DIR" ] ; then
76 mkdir -p $SRC_DIR
77 SRC_DIR=`cd $SRC_DIR && pwd`
78 log "Using target source directory: $SRC_DIR"
158 SRC_DIR=`cd $SRC_DIR && pwd`
159 rm -rf $SRC_DIR && mkdir -p $SRC_DIR
161 dump "ERROR: Could not create target source directory: $SRC_DIR"
164 run cd $TMPDIR && run cp -rp * $SRC_DIR
166 dump "ERROR: Could not copy downloaded sources to: $SRC_DIR"
169 dump "Toolchain sources downloaded and copied to $SRC_DIR"