Lines Matching refs:SRCDIR
145 local SRCDIR=$TOOLCHAIN_SRC_DIR/expat/expat-2.0.1
159 run2 "$SRCDIR"/configure $ARGS &&
174 local SRCDIR=$TOOLCHAIN_SRC_DIR/gdb/gdb-$3
179 if [ ! -f "$SRCDIR/configure" ]; then
180 panic "Missing configure script in $SRCDIR"
212 run2 "$SRCDIR"/configure $ARGS &&
228 local SRCDIR="$(gdb_build_install_dir $1 $2 $3)"
236 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"
237 if [ -d "$SRCDIR/share/gdb" ]; then
238 run copy_directory "$SRCDIR/share/gdb" "$DSTDIR/share/gdb"
253 local SRCDIR="$(gdb_ndk_install_dir $1 $2 $3)"
262 run pack_archive "$PACKAGE" "$NDK_DIR" "$SRCDIR"