Document build system targets. Add a rule to the BUILD module that is run if a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error).

This commit is contained in:
Dean Camera 2012-08-18 10:45:29 +00:00
parent 3e50a59486
commit 7375c789e1
9 changed files with 55 additions and 2 deletions

View file

@ -105,6 +105,10 @@
* <td><tt>mostlyclean</tt></td>
* <td>Remove all intermediatary files but preserve any binary output files.</td>
* </tr>
* <tr>
* <td><tt><filename>.s</tt></td>
* <td>Create an assembly listing of a given input C/C++ source file.</td>
* </tr>
* </table>
*
* \section SSec_BuildModule_BUILD_MandatoryParams Mandatory Parameters