HomeSort by: relevance | last modified time | path
    Searched refs:old_vers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release 344 *.tar.xz) old_vers=${old_file%.tar.xz};;
345 *) old_vers=${old_file%.tar.bz2};;
347 old_vers=${old_vers#gcc-}
348 inform "Building diffs against version $old_vers"
350 if [ -e ${old_dir}/${f}-${old_vers}.tar.xz ]; then
351 old_tar=${old_dir}/${f}-${old_vers}.tar.xz
353 old_tar=${old_dir}/${f}-${old_vers}.tar.bz2
361 build_diff $old_tar gcc-${old_vers} $new_tar gcc-${RELEASE} \
362 ${f}-${old_vers}-${RELEASE}.diff.x
    [all...]
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 344 *.tar.xz) old_vers=${old_file%.tar.xz};;
345 *) old_vers=${old_file%.tar.bz2};;
347 old_vers=${old_vers#gcc-}
348 inform "Building diffs against version $old_vers"
350 if [ -e ${old_dir}/${f}-${old_vers}.tar.xz ]; then
351 old_tar=${old_dir}/${f}-${old_vers}.tar.xz
353 old_tar=${old_dir}/${f}-${old_vers}.tar.bz2
361 build_diff $old_tar gcc-${old_vers} $new_tar gcc-${RELEASE} \
362 ${f}-${old_vers}-${RELEASE}.diff.x
    [all...]

Completed in 24 milliseconds