summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-19 19:20:07 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-19 19:20:07 +0000
commit74dc2f842c6a9808a4fef4c330b39e4907ef6534 (patch)
tree2490b35f5aa54d3089afe5bea771453aac49f9ff /docs
parent4f8b92f3054719274288b0e7633b7c5fd99df53f (diff)
downloadbuildroot-novena-74dc2f842c6a9808a4fef4c330b39e4907ef6534.tar.gz
buildroot-novena-74dc2f842c6a9808a4fef4c330b39e4907ef6534.zip
- explicitely mention -clean and -dirclean targets so it is easier to search for them
Diffstat (limited to 'docs')
-rw-r--r--docs/buildroot.html4
1 files changed, 2 insertions, 2 deletions
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
<p>Lines <a href="#line44">44-46</a> define a simple target to clean the software build
by calling the <i>Makefiles</i> with the appropriate option.
- The <code>clean</code> target should run <code>make clean</code>
+ The <code>-clean</code> target should run <code>make clean</code>
on $(BUILD_DIR)/package-version and MUST uninstall all files of the
package from $(STAGING_DIR) and from $(TARGET_DIR).</p>
<p>Lines <a href="#line48">48-49</a> 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.</p>
+ compiled. The <code>-dirclean</code> target MUST completely rm $(BUILD_DIR)/package-version.</p>
<p>Lines <a href="#line51">51-58</a> adds the target <code>foo</code> to the list
of targets to be compiled by Buildroot by first checking if