Home | History | Annotate | Download | only in tools

Lines Matching refs:SRCDIR

233     local SRCDIR=$TOOLCHAIN_SRC_DIR/python/Python-$2
238 if [ ! -f "$SRCDIR/configure" ]; then
239 panic "Missing configure script in $SRCDIR"
242 # Currently, 2.7.5 and 3.3.0 builds generate $SRCDIR/Lib/_sysconfigdata.py, unless it
245 if [ ! -f "$SRCDIR/Lib/_sysconfigdata.py" ]; then
246 log "Removing old $SRCDIR/Lib/_sysconfigdata.py"
247 rm -f $SRCDIR/Lib/_sysconfigdata.py
324 touch $SRCDIR/Include/graminit.h
325 touch $SRCDIR/Python/graminit.c
326 echo "" > $SRCDIR/Parser/pgen.stamp
327 touch $SRCDIR/Parser/Python.asdl
328 touch $SRCDIR/Parser/asdl.py
329 touch $SRCDIR/Parser/asdl_c.py
330 touch $SRCDIR/Include/Python-ast.h
331 touch $SRCDIR/Python/Python-ast.c
349 run2 "$SRCDIR"/configure $ARGS &&
399 local SRCDIR="$(python_build_install_dir $1 $2)"
406 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"
407 run copy_directory "$SRCDIR/lib" "$DSTDIR/lib"
408 run copy_directory "$SRCDIR/share" "$DSTDIR/share"
409 run copy_directory "$SRCDIR/include" "$DSTDIR/include"
415 local SRCDIR="$(python_build_install_dir $1 $2)"
422 export PATH=$SRCDIR/bin:$PATH
432 local SRCDIR="$(python_ndk_install_dir $1 $2)"
433 # This is similar to BLDDIR=${BLDDIR%%$SRCDIR} (and requires we use windows and not windows-x86)
434 BLDDIR=$(echo "$BLDDIR" | sed "s/$(echo "$SRCDIR" | sed -e 's/\\/\\\\/g' -e 's/\//\\\//g' -e 's/&/\\\&/g')//g")
441 run pack_archive "$PACKAGE" "$BLDDIR" "$SRCDIR"