scripts/buildrepo
author Alex Viskovatoff <herzen@imap.cc>
Wed, 21 Dec 2011 22:46:07 +0000
changeset 23 c665a321228a
parent 20 565e0daa124c
permissions -rwxr-xr-x
OI-SFEgcc.spec: add libquadmath symlinks

#!/usr/bin/bash
mkdir -p ~/logs/$1
# g++ sometimes picks up libstdcxx4 if it is present
pfexec pkg uninstall -r stdcxx
time pkgtool --nonotify --report=/export/home/herzen/reports/$1-gcc-first.html --logdir=/export/home/herzen/logs/$1 --autodeps --download build SFEgcc
time pkgtool --nonotify --report=/export/home/herzen/reports/$1.html --logdir=/export/home/herzen/logs/$1 --autodeps --download build `xsltproc ../oi-sfe-tools/specfiles.xsl ../oi-sfe-tools/packages.xml`