diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-08-05 18:02:01 +0800 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-08-14 23:38:47 +0000 |
commit | e22906381417ebeb9223e164f77ee8f0ce7913f7 (patch) | |
tree | ed22e4794da177dfe89209a65a51bd7a07dd22ea /docs/dev_guide | |
parent | 2e07e17c542b35046c4b6783e89cfac59599d68d (diff) |
Fix document mistake
autobuild clean will remove all the prodcuts defined in Makefile,
including autobuild script itself(not inside build folder).
Bug-AGL: SPEC-2714
Change-Id: I2d0d47f74a76524dc6335d9a9d027ae793bacda9
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'docs/dev_guide')
-rwxr-xr-x | docs/dev_guide/autobuild.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev_guide/autobuild.md b/docs/dev_guide/autobuild.md index b5df6ee..7eb09dd 100755 --- a/docs/dev_guide/autobuild.md +++ b/docs/dev_guide/autobuild.md @@ -106,7 +106,7 @@ cmake .. && make autobuild Following are the targets available from the **autobuild** script: -- **clean**: Removes object file and target results from the build directory. +- **clean**: Removes all the object files and target results generated by Makefile. - **distclean**: Deletes the build directory. - **configure**: Generates the project Makefile from the `CMakeLists.txt` files. - **build**: Compiles all project targets. |