# HG changeset patch # User Michael Schloh von Bennewitz # Date 1282914101 -7200 # Node ID 5e1bf50b6e482414bd795521ccb27d8363566361 # Parent bda4f5eec616fcb6bd66578e590370b883b51639 Import initial bootstrap package build helper script. diff -r bda4f5eec616 -r 5e1bf50b6e48 openpkg/buildquick.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openpkg/buildquick.sh Fri Aug 27 15:01:41 2010 +0200 @@ -0,0 +1,17 @@ +#! /bin/sh + +# +# Build a new bootstrap package, +# producing openpkg--.src.sh +# +TOPDIR=opkg +TOPUSE=opkg +BASEID=200 +time ./openpkg.boot --prefix=/$TOPDIR --tag=$TOPDIR --user=$TOPUSE --group=$TOPUSE \ + --muid=${BASEID}1 --ruid=${BASEID}2 --nuid=${BASEID}3 \ + --mgid=${BASEID}1 --rgid=${BASEID}2 --ngid=${BASEID}3 + --use_tar=/$TOPDIR/bin/tar --use_make=/$TOPDIR/bin/make \ + --use_cc=/$TOPDIR/bin/cc --use_ar=/$TOPDIR/bin/ar \ + --use_ld=/$TOPDIR/bin/ld --use_as=/$TOPDIR/bin/as \ + --use_strip=/$TOPDIR/bin/strip \ + 2>&1 | tee buildlog.txt