Logo
Explore Help
Sign In
gcc/gcc48
SHA256
7
0
Fork 0
You've already forked gcc48
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
gcc48/pre_checkin.sh

32 lines
494 B
Bash
Raw Permalink Normal View History

- New package, created from GCC trunk head (r194392), which will develop to GCC 4.8.0. * Adds libatomic1 and libitm1 sub-packages for transactional memory * Adds libasan0 and libtsan0 sub-packages for address and thread sanitizing OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc48?expand=0&rev=1
2012-12-11 14:40:20 +00:00
#!/bin/bash
# This script is called automatically during autobuild checkin.
case $0 in
\./*)
here=$PWD
;;
*/*)
here=${0%/*}
;;
*)
here=$PWD
;;
esac
case ${here##*/} in
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc48?expand=0&rev=198
2016-03-11 08:59:03 +00:00
gcc*.*)
# Handle maintainance projects with .$REPO suffix
suffix=${here##*/}
suffix=${suffix%%\.*}
set ${suffix#gcc}
;;
- New package, created from GCC trunk head (r194392), which will develop to GCC 4.8.0. * Adds libatomic1 and libitm1 sub-packages for transactional memory * Adds libasan0 and libtsan0 sub-packages for address and thread sanitizing OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc48?expand=0&rev=1
2012-12-11 14:40:20 +00:00
gcc-*)
suffix=${here##*/}
set ${suffix#*-}-
;;
gcc[0-9]*)
suffix=${here##*/}
set ${suffix#gcc}
;;
esac
. ${here}/change_spec
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 54ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API