From 74dc2f842c6a9808a4fef4c330b39e4907ef6534 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 19 Jan 2007 19:20:07 +0000 Subject: - explicitely mention -clean and -dirclean targets so it is easier to search for them --- docs/buildroot.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/buildroot.html') diff --git a/docs/buildroot.html b/docs/buildroot.html index ff9332965..ee0d6dea4 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -644,13 +644,13 @@ config BR2_PACKAGE_FOO
Lines 44-46 define a simple target to clean the software build
by calling the Makefiles with the appropriate option.
- The clean target should run make clean
+ 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).
Lines 48-49 define a simple target to completely remove the directory in which the software was uncompressed, configured and - compiled. This target MUST completely rm $(BUILD_DIR)/package-version.
+ compiled. The-dirclean target MUST completely rm $(BUILD_DIR)/package-version.
Lines 51-58 adds the target foo to the list
of targets to be compiled by Buildroot by first checking if
--
cgit v1.2.3-55-g7522