for dir in icebox icepack icemulti icepll icebram icetime iceprog; do \ make -C $dir install || exit; \ done make[1]: Entering directory '/build/icestorm-git/src/icestorm/icebox' mkdir -p /build/icestorm-git/pkg/icestorm-git/usr/share/icebox mkdir -p /build/icestorm-git/pkg/icestorm-git/usr/bin cp chipdb-384.txt /build/icestorm-git/pkg/icestorm-git/usr/share/icebox/ cp chipdb-1k.txt /build/icestorm-git/pkg/icestorm-git/usr/share/icebox/ cp chipdb-8k.txt /build/icestorm-git/pkg/icestorm-git/usr/share/icebox/ cp chipdb-5k.txt /build/icestorm-git/pkg/icestorm-git/usr/share/icebox/ cp chipdb-u4k.txt /build/icestorm-git/pkg/icestorm-git/usr/share/icebox/ cp chipdb-lm4k.txt /build/icestorm-git/pkg/icestorm-git/usr/share/icebox/ cp icebox.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox.py cp iceboxdb.py /build/icestorm-git/pkg/icestorm-git/usr/bin/iceboxdb.py cp icebox_chipdb.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_chipdb cp icebox_diff.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_diff cp icebox_explain.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_explain cp icebox_asc2hlc.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_asc2hlc cp icebox_hlc2asc.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_hlc2asc cp icebox_colbuf.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_colbuf cp icebox_html.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_html cp icebox_maps.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_maps cp icebox_vlog.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_vlog cp icebox_stat.py /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_stat sed -i 's+import iceboxdb+import iceboxdb as iceboxdb+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox.py sed -i 's+import icebox+import icebox as icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_chipdb sed -i 's+import icebox+import icebox as icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_diff sed -i 's+from icebox+from icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_diff sed -i 's+import icebox+import icebox as icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_explain sed -i 's+from icebox+from icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_explain sed -i 's+import icebox+import icebox as icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_asc2hlc sed -i 's+from icebox+from icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_asc2hlc sed -i 's+import icebox+import icebox as icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_hlc2asc sed -i 's+from icebox+from icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_hlc2asc sed -i 's+import icebox+import icebox as icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_colbuf sed -i 's+from icebox+from icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_colbuf sed -i 's+import icebox+import icebox as icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_html sed -i 's+from icebox+from icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_html sed -i 's+import icebox+import icebox as icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_maps sed -i 's+from icebox+from icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_maps sed -i 's+import icebox+import icebox as icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_vlog sed -i 's+from icebox+from icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_vlog sed -i 's+/usr/local/share/icebox+/usr/share/icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_vlog sed -i 's+import icebox+import icebox as icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_stat sed -i 's+from icebox+from icebox+g' /build/icestorm-git/pkg/icestorm-git/usr/bin/icebox_stat make[1]: Leaving directory '/build/icestorm-git/src/icestorm/icebox' make[1]: Entering directory '/build/icestorm-git/src/icestorm/icepack' mkdir -p /build/icestorm-git/pkg/icestorm-git/usr/bin cp icepack /build/icestorm-git/pkg/icestorm-git/usr/bin/icepack ln -sf icepack /build/icestorm-git/pkg/icestorm-git/usr/bin/iceunpack make[1]: Leaving directory '/build/icestorm-git/src/icestorm/icepack' make[1]: Entering directory '/build/icestorm-git/src/icestorm/icemulti' mkdir -p /build/icestorm-git/pkg/icestorm-git/usr/bin cp icemulti /build/icestorm-git/pkg/icestorm-git/usr/bin/icemulti make[1]: Leaving directory '/build/icestorm-git/src/icestorm/icemulti' make[1]: Entering directory '/build/icestorm-git/src/icestorm/icepll' mkdir -p /build/icestorm-git/pkg/icestorm-git/usr/bin cp icepll /build/icestorm-git/pkg/icestorm-git/usr/bin/icepll make[1]: Leaving directory '/build/icestorm-git/src/icestorm/icepll' make[1]: Entering directory '/build/icestorm-git/src/icestorm/icebram' mkdir -p /build/icestorm-git/pkg/icestorm-git/usr/bin cp icebram /build/icestorm-git/pkg/icestorm-git/usr/bin/icebram make[1]: Leaving directory '/build/icestorm-git/src/icestorm/icebram' make[1]: Entering directory '/build/icestorm-git/src/icestorm/icetime' mkdir -p /build/icestorm-git/pkg/icestorm-git/usr/bin mkdir -p /build/icestorm-git/pkg/icestorm-git/usr/share/icebox cp icetime /build/icestorm-git/pkg/icestorm-git/usr/bin/icetime cp ../icefuzz/timings_*.txt /build/icestorm-git/pkg/icestorm-git/usr/share/icebox/ make[1]: Leaving directory '/build/icestorm-git/src/icestorm/icetime' make[1]: Entering directory '/build/icestorm-git/src/icestorm/iceprog' mkdir -p /build/icestorm-git/pkg/icestorm-git/usr/bin cp iceprog /build/icestorm-git/pkg/icestorm-git/usr/bin/iceprog make[1]: Leaving directory '/build/icestorm-git/src/icestorm/iceprog'