From b5f1bb93179c600acdd7956a380b12912f143e1e Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 27 Apr 2011 07:55:38 +0200 Subject: added modules must be removed from tail_build's deps too --- tail_build/README | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'tail_build') 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 under tail_build, one should: - -Merge the dependencies declared in /prj/build.lst into tail_build/prj/build.lst -Remove the module 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 /prj/build.lst into tail_build/prj/build.lst +* remove the module from postprocess/prj/build.lst dependencies +* remove the module from tail_build/prj/build.lst dependencies +* add the module name in Module_tail_build.mk at the root of bootstrap -- cgit