summaryrefslogtreecommitdiff
path: root/tail_build
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-02-28 14:54:28 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-28 14:55:32 +0000
commit10512ce508e4000e7438738c789421fd0bce2772 (patch)
treeeda52cc7b622cfb374f88036331eac661f2d91f5 /tail_build
parentdb8715c5babb1b2a7defc31298ed07e64618d9ed (diff)
build.pl: add a warning about the cost of: make tail_build.clean
Diffstat (limited to 'tail_build')
-rw-r--r--tail_build/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/tail_build/README b/tail_build/README
index 4e29fb139ffb..88ff4376a2bd 100644
--- a/tail_build/README
+++ b/tail_build/README
@@ -15,3 +15,7 @@ To migrate a module <foo> under tail_build, one should:
* remove the module <foo> from postprocess/prj/build.lst dependencies
* remove the module <foo> from tail_build/prj/build.lst dependencies
* add the module name in Module_tail_build.mk at the root of bootstrap
+
+This module of course, takes a lot of thought, and dependency work /
+statting until it has finished it's business, knows exactly what to
+re-build, and can start building just that.