Lines Matching refs:sources
297 Usage: $PROGNAME [options] [<path-to-toolchain-sources>]
307 You can provide the path to a local copy of the toolchain sources repository
308 as a first parameter. If you don't, the sources will be downloaded and
341 echo " --git-date=<date> Specify specific git date when download sources [none]"
342 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
388 # Location where we will download the toolchain sources
416 # A file that will contain details about all the sources used to generate
419 SOURCES_LIST=$WORK_DIR/SOURCES
430 # Empty the SOURCES file
1211 # $2: path to SOURCES file
1222 echo "downloading sources for toolchain/$1"
1240 echo "Using sources for date '$GIT_DATE': toolchain/$1 revision $REVISION"
1248 task_define download_toolchain_sources "Download toolchain sources from $GIT_BASE "
1253 # Create a temporary SOURCES file for the toolchain sources only
1254 # It's content will be copied to the final SOURCES file later.
1255 SOURCES_LIST=$TOOLCHAIN_SRC_DIR/SOURCES
1277 rm -f $DOWNLOAD_DIR/SOURCES && touch $DOWNLOAD_DIR/SOURCES
1288 printf "%-64s %s\n" $PACKAGE $SHA1 >> $DOWNLOAD_DIR/SOURCES
1382 task_define patch_toolchain_sources "Patch toolchain sources."
1410 task_define prepare_toolchain_sources "Prepare toolchain sources."
1448 task2_define extract_gmp "Extract sources for gmp-$GMP_VERSION"
1457 panic "Can't find gmp-$GMP_VERSION sources!!"
1491 task2_define extract_mpfr "Extract sources from mpfr-$MPFR_VERSION"
1500 panic "Can't find mpfr-$MPFR_VERSION sources!!"
1536 task2_define extract_mpc "Extract sources for mpc-$MPC_VERSION"
1545 panic "Can't find mpc-$MPC_VERSION sources!!"
1667 # Copy the SOURCES file as well
1668 cp $DOWNLOAD_DIR/SOURCES $(install_dir)/PACKAGE_SOURCES &&
1669 cp $TOOLCHAIN_SRC_DIR/SOURCES $(install_dir)/TOOLCHAIN_SOURCES
1670 fail_panic "Could not copy SOURCES files to install directory"