Remove unused check-source rule from the BUILD build system module.

This commit is contained in:
Dean Camera
2012-08-29 20:14:20 +00:00
parent 4b194592aa
commit 43658f336e
3 changed files with 5 additions and 19 deletions

View File

@@ -74,10 +74,6 @@
* <td>Display a size-sorted list of symbols from the compiled application, in decimal bytes.</td>
* </tr>
* <tr>
* <td><tt>check-source</tt></td>
* <td>Display a list of input SRC source files which cannot be found (if any).</td>
* </tr>
* <tr>
* <td><tt>lib</tt></td>
* <td>Build and archive all source files into a library A binary file.</td>
* </tr>