summaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-07-13 10:26:58 -0700
committerRobert Griesemer <gri@golang.org>2009-07-13 10:26:58 -0700
commit0cfb850b3eafe296875fd05bf34ba09f630065f7 (patch)
tree780f75adf4b74630b856e4dcc1ff96341fa178d6 /src/make.bash
parent07901b9c21e3e436972fcd8c1111df1bb9daff4b (diff)
downloadgo-0cfb850b3eafe296875fd05bf34ba09f630065f7.tar.gz
ebnflint command
- basic verification of EBNF grammars - tested with (and has testcase for) go_spec.html R=rsc DELTA=150 (148 added, 0 deleted, 2 changed) OCL=31481 CL=31517
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash
index 00cc6b4fd..6374f0b9e 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -18,7 +18,7 @@ rm -f $HOME/bin/quietgcc
cp quietgcc.bash $HOME/bin/quietgcc
chmod +x $HOME/bin/quietgcc
-for i in lib9 libbio libmach_amd64 libregexp cmd pkg cmd/gobuild cmd/godoc cmd/gofmt
+for i in lib9 libbio libmach_amd64 libregexp cmd pkg cmd/ebnflint cmd/gobuild cmd/godoc cmd/gofmt
do
# The ( ) here are to preserve the current directory
# for the next round despite the cd $i below.