Searched refs:old_vers (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/maintainer-scripts/
H A Dgcc_release344 *.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}
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dgcc_release344 *.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}
[all...]

Completed in 143 milliseconds