diff --git a/docs/buildroot.html b/docs/buildroot.html index cec8b6ae5f..f99339e908 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -395,7 +395,7 @@ mips-linux-gcc -o foo foo.c
If you want to use the generated toolchain for other purposes,
you can configure Buildroot to generate it elsewhere using the
- option of the configuration tool : Build options ->
+ option of the configuration tool :
Build options ->
Toolchain and header file location
, which defaults to
$(BUILD_DIR)/staging_dir/
.
Of course, you can add other options to configure particular @@ -607,7 +609,7 @@ config BR2_PACKAGE_FOO if all package-sources are downloadable.
Lines 44-46 define a simple target to clean the software build
- by calling the Makefiles with the appropriate option.
+ by calling the Makefiles with the appropriate option.
The clean
target should run make clean
on $(BUILD_DIR)/package-version and MUST uninstall all files of the
package from $(STAGING_DIR) and from $(TARGET_DIR).