core/com.nokia.carbide.cpp.doc.user/html/reference/pref_carb_build.htm
changeset 1777 490bb9a68e6b
parent 1658 2a5c0df13bad
child 1791 727385d8e2b3
equal deleted inserted replaced
1775:2771fd853ac2 1777:490bb9a68e6b
    99     <th width="57%" scope="col">Explanation</th>
    99     <th width="57%" scope="col">Explanation</th>
   100   </tr>
   100   </tr>
   101   <tr>
   101   <tr>
   102     <td><b>Clean level </b></td>
   102     <td><b>Clean level </b></td>
   103     <td>Select the level of clean when cleaning a project.
   103     <td>Select the level of clean when cleaning a project.
   104       <p><strong>abld clean</strong> erases all files created by a corresponding abld target   command (all intermediate files created during compilation and all executables and import libraries created by the linker) </p>
   104       <p><strong>sbs clean</strong> erases all files created by a corresponding sbs target   command (all intermediate files created during compilation and all executables and import libraries created by the linker) </p>
   105       <p><strong>abld reallyclean</strong> does what abld clean does, and also removes files   exported by abld export and makefiles generated by abld makefile, or the abld   test equivalents</p></td>
   105       <p><strong>sbs reallyclean</strong> does what sbs clean does, and also removes files   exported by sbs export and makefiles generated by sbs makefile, or the sbs   test equivalents</p></td>
   106   </tr>
   106   </tr>
   107   <tr>
   107   <tr>
   108     <td><b>Keep going </b></td>
   108     <td><b>Keep going </b></td>
   109     <td><p>This build option tells a particular command to   keep going even if unrelated build steps report errors or files are missing.</p></td>
   109     <td><p>This build option tells a particular command to   keep going even if unrelated build steps report errors or files are missing.</p></td>
   110   </tr>
   110   </tr>