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
commit44d908a936ce4ba313c0fb93c567d64ecd7fa7e5 (patch)
tree780f75adf4b74630b856e4dcc1ff96341fa178d6 /src/make.bash
parent60bd46d9a77d7fed38bd6edb50a89808e12903f4 (diff)
downloadgolang-44d908a936ce4ba313c0fb93c567d64ecd7fa7e5.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.