Home | History | Annotate | Download | only in tools

Lines Matching refs:SRC_DIR

98 SRC_DIR="$PARAMETERS"
99 if [ -z "$SRC_DIR" -a "$OPTION_PACKAGE" = no ] ; then
104 if [ -n "$SRC_DIR" ] ; then
105 mkdir -p $SRC_DIR
106 SRC_DIR=`cd $SRC_DIR && pwd`
107 log "Using target source directory: $SRC_DIR"
281 SRC_DIR=`cd $SRC_DIR && pwd`
282 rm -rf $SRC_DIR && mkdir -p $SRC_DIR
283 fail_panic "Could not create target source directory: $SRC_DIR"
284 cp $SOURCES_LIST $SRC_DIR/SOURCES
285 fail_panic "Could not copy $SOURCES_LIST to $SRC_DIR"
286 mv "$TMPDIR"/* "$SRC_DIR" #copy_directory "$TMPDIR" "$SRC_DIR"
287 fail_panic "Could not move to target source directory: $TMPDIR -> $SRC_DIR"
288 dump "Toolchain sources downloaded and copied to $SRC_DIR"