buildrepo
changeset 7 f5f12f417d49
parent 6 678173477765
child 17 916a0c548383
equal deleted inserted replaced
6:678173477765 7:f5f12f417d49
     1 #!/usr/bin/bash
     1 #!/usr/bin/bash
     2 mkdir -p ~/logs/$1
     2 mkdir -p ~/logs/$1
     3 # g++ sometimes picks up libstdcxx4 if it is present
     3 # g++ sometimes picks up libstdcxx4 if it is present
     4 pfexec pkg uninstall -r stdcxx
     4 pfexec pkg uninstall -r stdcxx
     5 time pkgtool --nonotify --prodname="$2" --report=/export/home/herzen/reports/$1-gcc-first.html --logdir=/export/home/herzen/logs/$1 --autodeps --download build SFEgcc
     5 time pkgtool --nonotify --report=/export/home/herzen/reports/$1-gcc-first.html --logdir=/export/home/herzen/logs/$1 --autodeps --download build SFEgcc
     6 time pkgtool --nonotify --prodname="$2" --report=/export/home/herzen/reports/$1.html --logdir=/export/home/herzen/logs/$1 --autodeps --download build `xsltproc ../spec-files-extra-oi/specfiles.xsl ../spec-files-extra-oi/packages.xml`
     6 time pkgtool --nonotify --report=/export/home/herzen/reports/$1.html --logdir=/export/home/herzen/logs/$1 --autodeps --download build `xsltproc ../spec-files-extra-oi/specfiles.xsl ../spec-files-extra-oi/packages.xml`