Subject: Re: How can I help?
To: Ignatios Souvatzis <is@netbsd.org>
From: Michael Graff <explorer@flame.org>
List: port-hpcarm
Date: 12/20/2002 11:26:12
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here's my build script. It uses /u1/i386 as its base, and that is the
only directory that needs to exist for the build to run.
I don't do tool dirs anymore, but I suppose I should. Also, I
intended to be able to cross-build eventually.
- --Michael
#!/bin/sh
now=`date`
log="/u1/i386/build.log"
echo "BUILD started at $now" > $log
echo "Cleaning output dirs..." >> $log
rm -rf /u1/i386/dest /u1/i386/tool /u1/i386/release
mkdir /u1/i386/dest /u1/i386/tool /u1/i386/release
sh build.sh -j 2 -D /u1/i386/dest -R /u1/i386/release 2>&1 | tee -a $log
echo "BUILD started at $now" >> $log
echo "BUILD finished at " `date` >> $log
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (NetBSD)
Comment: See http://www.flame.org/~explorer/pgp for my keys
iD8DBQE+A27Ul6Nz7kJWYWYRAmcUAJ4zJMqGUDXXoJxKMTQnVhy7SarhOgCfdKgI
ftMj8OHbTZLAgfYD6Xv1efE=
=2Rcb
-----END PGP SIGNATURE-----