Home | History | Annotate | Download | only in tools

Lines Matching full:src_dir

68     SRC_DIR="$1"
75 if [ -z "$SRC_DIR" ] ; then
86 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDBVER/gdb/gdbserver"
88 SRC_DIR="$SRC_DIR2"
89 log "Found gdbserver source directory: $SRC_DIR"
92 if [ ! -f "$SRC_DIR/gdbreplay.c" ] ; then
93 echo "ERROR: Source directory does not contain gdbserver sources: $SRC_DIR"
97 log "Using source directory: $SRC_DIR"
202 run $SRC_DIR/configure \
242 cp "$SRC_DIR/../../COPYING" "$DEST/NOTICE"