scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit e5247874ab2ea1229891eb648875001e0e8bc4cf
parent f75516deccf35aef2c6fbaa644e964043fefa4d8
Author: sin <sin@2f30.org>
Date:   Sun,  2 Mar 2014 21:04:41 +0000

Build xenocara as well

Currently commented out until I get around to test it.

Diffstat:
Mupgrade-obsd | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/upgrade-obsd b/upgrade-obsd @@ -17,14 +17,21 @@ make install config -ef /bsd # Build the world -rm -rf /usr/obj/* cd /usr/src +rm -rf /usr/obj/* make clean make obj cd /usr/src/etc && env DESTDIR=/ make distrib-dirs cd /usr/src make build +# Build xenocara (untested!) +# cd /usr/xenocara +# rm -rf /usr/xobj/* +# make bootstrap +# make obj +# make build + cd /dev cp /usr/src/etc/etc.`machine`/MAKEDEV ./ ./MAKEDEV all