diff options
author | David Tardon <dtardon@redhat.com> | 2011-04-27 07:55:38 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-04-27 07:55:38 +0200 |
commit | b5f1bb93179c600acdd7956a380b12912f143e1e (patch) | |
tree | b6b39a000e602234e7b3093379456ad27b1847cd /tail_build | |
parent | f3abf31526f84d02088013f388154fa122a4f782 (diff) |
added modules must be removed from tail_build's deps too
Diffstat (limited to 'tail_build')
-rw-r--r-- | tail_build/README | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tail_build/README b/tail_build/README index 1639f7837ad7..4e29fb139ffb 100644 --- a/tail_build/README +++ b/tail_build/README @@ -1,4 +1,3 @@ - This module exist only to take advantage of the ability of gbuild to build multiple modules in one single Makefile. @@ -12,10 +11,7 @@ To qualify a module must not be the dependant of any other module, except postprocess or if the other module itself is under tail_build To migrate a module <foo> under tail_build, one should: - -Merge the dependencies declared in <foo>/prj/build.lst into tail_build/prj/build.lst -Remove the module <foo> from postprocess/prj/build.lst dependencies - -Add the module name in Module_tail_build.mk at the root of bootstrap - - +* merge the dependencies declared in <foo>/prj/build.lst into tail_build/prj/build.lst +* 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 |