diff options
| author | James Meyer <james.meyer@operamail.com> | 2010-09-20 00:59:22 (GMT) | 
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2010-09-20 00:59:22 (GMT) | 
| commit | 4df31e4a814779d9c80cdb244788a8c9e0ac79f1 (patch) | |
| tree | b4634eb9c1fde8449829dff77157af00685d04ec /build_tools | |
| parent | add90203b1e10b3bc4ec3edc9705caf7de0233d2 (diff) | |
| download | linhes_dev-4df31e4a814779d9c80cdb244788a8c9e0ac79f1.zip | |
go.sh: this now skips the larch6 stuff and runs larch7 instead.
Right now it's only one profile
Diffstat (limited to 'build_tools')
| -rwxr-xr-x | build_tools/go.sh | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/build_tools/go.sh b/build_tools/go.sh index 2d2f685..6fa94e0 100755 --- a/build_tools/go.sh +++ b/build_tools/go.sh @@ -1,5 +1,9 @@  #!/bin/bash  # +cd /build_tools/l7 +./build_all +exit 0 +  OLD=`pwd`  cd /build_tools  . /etc/makepkg.conf | 
