Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(783)

Side by Side Diff: src/all-nacl.bash

Issue 152138: code review 152138: Build changes to support work on the BSDs. (Closed)
Patch Set: code review 152138: Build changes to support work on the BSDs. Created 14 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/all-arm.bash ('k') | src/clean.bash » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/usr/bin/env bash
2 # Copyright 2009 The Go Authors. All rights reserved. 2 # Copyright 2009 The Go Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style 3 # Use of this source code is governed by a BSD-style
4 # license that can be found in the LICENSE file. 4 # license that can be found in the LICENSE file.
5 5
6 # TODO(rsc): delete in favor of all.bash once nacl support is complete 6 # TODO(rsc): delete in favor of all.bash once nacl support is complete
7 7
8 set -e 8 set -e
9 bash make.bash 9 bash make.bash
10 10
11 xcd() { 11 xcd() {
12 echo 12 echo
13 echo --- cd $1 13 echo --- cd $1
14 builtin cd $1 14 builtin cd $1
15 } 15 }
16 16
17 (xcd pkg/exp/nacl/srpc 17 (xcd pkg/exp/nacl/srpc
18 make install 18 make install
19 ) || exit $? 19 ) || exit $?
20 20
21 (xcd pkg/exp/nacl/av 21 (xcd pkg/exp/nacl/av
22 make install 22 make install
23 ) || exit $? 23 ) || exit $?
24 24
25 (xcd ../test 25 (xcd ../test
26 ./run-nacl 26 ./run-nacl
27 ) || exit $? 27 ) || exit $?
OLDNEW
« no previous file with comments | « src/all-arm.bash ('k') | src/clean.bash » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b