Searched refs:SRC_DIR (Results 1 – 18 of 18) sorted by relevance
34 SRC_DIR=$135 if [ -z "$SRC_DIR" ] ; then40 if [ ! -d "$SRC_DIR" ] ; then41 echo "ERROR: Invalid target source directory: $SRC_DIR"69 log "Applying $PATCHNAME into $SRC_DIR/$PATCHDIR"70 cd $SRC_DIR/$PATCHDIR && patch -p1 < $PATCHES_DIR/$PATCH
98 SRC_DIR="$PARAMETERS"99 if [ -z "$SRC_DIR" -a "$OPTION_PACKAGE" = no ] ; then104 if [ -n "$SRC_DIR" ] ; then105 mkdir -p $SRC_DIR106 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_DIR283 fail_panic "Could not create target source directory: $SRC_DIR"284 cp $SOURCES_LIST $SRC_DIR/SOURCES[all …]
42 SRC_DIR="$1"48 if [ -z "$SRC_DIR" ] ; then53 SCAN_BUILD_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-build59 SCAN_VIEW_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-view65 LICENSE_FILE=$SRC_DIR/$TOOLCHAIN/clang/LICENSE.TXT71 log "Using source directory: $SRC_DIR"
43 SRC_DIR=44 register_var_option "--src-dir=<path>" SRC_DIR "Specify compiler-rt source dir."90 if [ -z "$SRC_DIR" -o ! -d "$SRC_DIR" ]; then91 dump "Could not found compiler-rt source directory: $SRC_DIR"98 COMPILER_RT_CFLAGS=$COMPILER_RT_CFLAGS" -I$SRC_DIR/include -I$SRC_DIR/lib"102 COMPILER_RT_GENERIC_SOURCES=$(cd $SRC_DIR && ls lib/*.c)209 builder_set_srcdir "$SRC_DIR"
72 SRC_DIR="$1"78 if [ -z "$SRC_DIR" ] ; then83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"88 …if [ -e "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" -a ! -h "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" ] ; …89 … echo "ERROR: polly, if exist, needs to be a symbolic link: $SRC_DIR/$TOOLCHAIN/llvm/tools/polly"93 GMP_SOURCE=$SRC_DIR/gmp/gmp-$GMP_VERSION.tar.bz298 SRC_DIR=`cd $SRC_DIR; pwd`99 log "Using source directory: $SRC_DIR"175 if [ "$POLLY" = "yes" -a ! -d "$SRC_DIR/$TOOLCHAIN/polly" ] ; then[all …]
98 SRC_DIR="$1"104 if [ -z "$SRC_DIR" ] ; then109 if [ ! -d "$SRC_DIR/gcc" ] ; then110 echo "ERROR: Source directory does not contain gcc sources: $SRC_DIR"113 SRC_DIR=`cd $SRC_DIR; pwd`114 log "Using source directory: $SRC_DIR"157 check_toolchain_src_dir "$SRC_DIR"159 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then160 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"170 if [ ! -d $SRC_DIR/binutils/binutils-$BINUTILS_VERSION ] ; then[all …]
75 SRC_DIR="$PARAMETERS"76 if [ -z "$SRC_DIR" ]; then81 if [ ! -d "$SRC_DIR" ]; then82 echo "ERROR: Not a directory: '$SRC_DIR'"86 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc/gcc-$DEFAULT_GCC_VERSION" ]; then87 echo "ERROR: The file $SRC_DIR/build/configure or"88 echo " the directory $SRC_DIR/gcc/gcc-$DEFAULT_GCC_VERSION does not exist"89 echo "This is not the top of a toolchain tree: $SRC_DIR"177 (cd "$SRC_DIR" && tar czf - .) | (ssh $REMOTE_HOST tar xzf - -C $TMPREMOTE/toolchain)292 run $BUILDTOOLS/build-host-perl.sh $TOOLCHAIN_FLAGS "$SRC_DIR"[all …]
60 SRC_DIR="$1"64 if [ -z "$SRC_DIR" ] ; then69 if [ ! -d "$SRC_DIR/perl/perl-$PERL_VERSION" ] ; then70 … echo "ERROR: Source directory does not contain perl sources: $SRC_DIR/perl/perl-$PERL_VERSION"74 log "Using source directory: $SRC_DIR"91 run copy_directory "$SRC_DIR/perl/perl-$PERL_VERSION" "$BUILD_OUT"92 fail_panic "Could not copy perl source $SRC_DIR/perl/perl-$PERL_VERSION to build directory $BUILD_O…
72 SRC_DIR="$1"78 if [ -z "$SRC_DIR" ] ; then83 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDB_VERSION/gdb/gdbserver"85 SRC_DIR="$SRC_DIR2"86 log "Found gdbserver source directory: $SRC_DIR"89 if [ ! -f "$SRC_DIR/gdbreplay.c" ] ; then90 echo "ERROR: Source directory does not contain gdbserver sources: $SRC_DIR"94 log "Using source directory: $SRC_DIR"201 run $SRC_DIR/configure \
46 SRC_DIR="$PARAMETERS"47 check_toolchain_src_dir "$SRC_DIR"48 SRC_DIR=`cd $SRC_DIR; pwd`83 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" $FLAGS109 run $BUILDTOOLS/build-gnu-libstdc++.sh $FLAGS $GNUSTL_STATIC_VIS_FLAG "$SRC_DIR"117 run $BUILDTOOLS/build-compiler-rt.sh $FLAGS --src-dir="$SRC_DIR/llvm-$DEFAULT_LLVM_VERSION/compiler…
79 SRC_DIR="$PARAMETERS"80 check_toolchain_src_dir "$SRC_DIR"106 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR" --try-64109 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR"114 $PROGDIR/build-target-prebuilts.sh $TARGET_FLAGS "$SRC_DIR"
60 SRC_DIR="$1"66 if [ -z "$SRC_DIR" ] ; then71 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then72 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"76 SRC_DIR=`cd $SRC_DIR; pwd`77 log "Using source directory: $SRC_DIR"128 run copy_directory "$SRC_DIR/mclinker" "$MCLINKER_SRC_DIR"176 run $SRC_DIR/$TOOLCHAIN/llvm/configure \
1075 local SRC_DIR="$TOP_BUILD_DIR/temp-src"1078 run2 mkdir -p "$SRC_DIR" &&1079 run2 tar xjf "$TOOLCHAIN_SRC_DIR/gmp/gmp-$1.tar.bz2" -C "$SRC_DIR"1085 local SRC_DIR="$TOP_BUILD_DIR/temp-src/gmp-$1"1097 run2 "$SRC_DIR"/configure \1110 local SRC_DIR="$TOP_BUILD_DIR/temp-src"1113 run2 mkdir -p "$SRC_DIR" &&1114 run2 tar xjf "$TOOLCHAIN_SRC_DIR/mpfr/mpfr-$1.tar.bz2" -C "$SRC_DIR"1120 local SRC_DIR="$TOP_BUILD_DIR/temp-src/mpfr-$1"1134 run2 "$SRC_DIR"/configure \[all …]
350 if [ ! -d "$SRC_DIR/$PKG_BASENAME" ]; then351 log "Uncompressing $PKG_URL into $SRC_DIR"354 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR357 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR369 SRC_DIR=$TEMP_DIR/src373 mkdir -p $SRC_DIR421 MINGW_W64_SRC=$SRC_DIR/mingw-w64-svn$MINGW_W64_REVISION2448 LICENSE_FILES=$(cd $SRC_DIR && find . -name "COPYING*")450 (tar cf - -C $SRC_DIR $LICENSE_FILES) | (tar xf - -C $LICENSES_DIR)493 run $SRC_DIR/$PKGNAME/configure "$@"[all …]
1430 local SRC_DIR="$1"1431 if [ -z "$SRC_DIR" ]; then1436 if [ ! -d "$SRC_DIR" ]; then1437 echo "ERROR: Not a directory: '$SRC_DIR'"1441 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc" ]; then1442 echo "ERROR: Either the file $SRC_DIR/build/configure or"1443 echo " the directory $SRC_DIR/gcc does not exist."1444 echo "This is not the top of a toolchain tree: $SRC_DIR"
53 SRC_DIR="$PARAMETERS"54 check_toolchain_src_dir "$SRC_DIR"110 …OLS/build-device-llvm.sh $FLAGS --arch=$ARCH --gcc-version=$GCC_TOOLCHAIN_VERSION $SRC_DIR $NDK_DIR
166 if [ ! -d "$SRC_DIR/$PKG_BASENAME" ]; then167 log "Uncompressing $PKG_URL into $SRC_DIR"170 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR173 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
480 local SRC_DIR="$SRCDIR/$4"486 if [ ! -d "$SRC_DIR" ]; then504 for SRC_FILE in $(cd "$SRC_DIR" && ls crt*.[cS]); do530 (cd "$SRC_DIR" && $CC \538 dump "ERROR: Could not generate $DST_FILE from $SRC_DIR/$SRC_FILE"