michael@251: #! /bin/sh michael@251: michael@251: # michael@251: # Build a new bootstrap package, michael@251: # producing openpkg--.src.sh michael@251: # michael@345: TOPDIR=openpkg michael@345: TOPUSE=openpkg michael@345: BASEID=900 michael@253: time ./openpkg.boot -bs --prefix=/$TOPDIR \ michael@253: --tag=$TOPDIR --user=$TOPUSE --group=$TOPUSE \ michael@251: --muid=${BASEID}1 --ruid=${BASEID}2 --nuid=${BASEID}3 \ michael@345: --mgid=${BASEID}1 --rgid=${BASEID}2 --ngid=${BASEID}3 \ michael@251: --use_tar=/$TOPDIR/bin/tar --use_make=/$TOPDIR/bin/make \ michael@251: --use_cc=/$TOPDIR/bin/cc --use_ar=/$TOPDIR/bin/ar \ michael@251: --use_ld=/$TOPDIR/bin/ld --use_as=/$TOPDIR/bin/as \ michael@251: --use_strip=/$TOPDIR/bin/strip \ michael@251: 2>&1 | tee buildlog.txt