Fixed typo in travis script and tools/readme.md, no functional change.

This commit is contained in:
orbitcowboy 2014-04-13 23:17:41 +02:00
parent 5ee85ee88a
commit bd242c07eb
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ env:
# this also turns off the debug/warning cxxflags
- CXXFLAGS="-O2 -Wunreachable-code"
matrix:
# special CXXFLAGS for maximum speed, overrides global CXXFLAGS, CHECK_KERNEL is the var that controlls if we download and check the kernel in that travis job
# special CXXFLAGS for maximum speed, overrides global CXXFLAGS, CHECK_KERNEL is the var that controls if we download and check the kernel in that travis job
- MAKEFLAGS="HAVE_RULES=yes" SRCDIR=build VERIFY=1
- SRCDIR=build VERIFY=1
-

View File

@ -2,7 +2,7 @@
### * tools/matchcompiler.py
The matchcompiler.py is a build script that performs a few code transformations to *.cpp* files under the *lib* directory. These transformations are related to the use of `Token::Match()` function and are intented to improve code performance. The transformed files are saved on the *build* directory. This tool is silently used when building the code with `SRCDIR=build`, that is:
The matchcompiler.py is a build script that performs a few code transformations to *.cpp* files under the *lib* directory. These transformations are related to the use of `Token::Match()` function and are intended to improve code performance. The transformed files are saved on the *build* directory. This tool is silently used when building the code with `SRCDIR=build`, that is:
```shell
$ cd path/to/cppcheck
$ make SRCDIR=build