Revision: 9b11496e569e
Branch: default
Author: David du Colombier <
0in...@gmail.com>
Date: Fri May 24 13:55:19 2013
Log: build: fix make.rc on Plan 9
Set $status as null to prevent rc from exiting
on the last --no-banner argument checking when
used with rc -e. It allows all.rc to not exit
before executing run.rc
R=golang-dev, lucio.dere, rsc
CC=golang-dev
https://codereview.appspot.com/9611045
Committer: Rob Pike <
r...@golang.org>
http://code.google.com/p/go/source/detail?r=9b11496e569e
Modified:
/src/make.rc
=======================================
--- /src/make.rc Tue Feb 26 09:25:46 2013
+++ /src/make.rc Fri May 24 13:55:19 2013
@@ -95,3 +95,5 @@
if(! ~ $1 --no-banner)
$GOTOOLDIR/dist banner
+
+status=''