Hi,

On 08.05.2011, at 00:49, Olivier Fauchon wrote:
> Hi,
> 
> I build my targets with : ./script/Build-Target -cfg mycfg.
> 
> Today, I added a patch in (package/base/fgetty).
> 
> How can I 'tell' the build process that fgetty has to be rebuilt next time I 
> run "./script/Build-Target -cfg mycfg."

If you want to schedule all updated packages:

        scripts/Create-ErrList -cfg mycfg -newremove 

if you updated many, e.g. by "svn up" and only want to rebuild a few you know 
want to rebuild, you can manually build some package:

        script/Build-Target -cfg mycfg -job 5-fgetty

or, if you rather let the Build-Target rebuild many, remove the log files T2 
uses as reference what was built and is still to be built:

        rm build/.../var/adm/logs/?-fgetty.*

Regards,
        René

-- 
  René Rebe, ExactCODE GmbH, Jaegerstr. 67, DE-10117 Berlin
  http://exactcode.com | http://t2-project.org | http://rene.rebe.de

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to