File:  [Local Repository] / froggix / build-linux.sh
Revision 1.1: download - view: text, annotated - select for diffs
Sat Mar 28 03:52:29 2009 UTC (15 years, 1 month ago) by nick
Branches: MAIN
CVS tags: HEAD
Should be the final files for setting up the cross compilation

#!/bin/sh
# $Id: build-linux.sh,v 1.1 2009/03/28 03:52:29 nick Exp $

if !(./configure) then exit 1; fi
make clean
make

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>