|
|
minor flag day: Incremental builds following libpiclsbl restructure
Date: Thu, 29 May 2008 14:21:32 -0700
From: Abhinandan Ekande <Abhinandan.Ekande at sun dot com>
To: on-all at eng dot sun dot com, onnv-gate at onnv dot eng dot sun dot com
Subject: minor flag day: Incremental builds following libpiclsbl restructure
The putback of CR
6687732 move picl SBL plug-in into a common sun4v location
constitutes a minor flag day for incremental builds. After a bringover
containing the above change, you must either do a clobber build or
remove the libpiclsbl.so.1 library and all the symbolic links to it from
your proto area before doing a subsequent incremental build. Otherwise
you will see errors building BFU archives, for example :
cpiotranslate:
usr/platform/SUNW,Netra-T5220/lib/picl/plugins/libpiclsbl.so.1: no
packaging info
cpiotranslate:
usr/platform/SUNW,Netra-T5220/lib/picl/plugins/libpiclsbl.so: no
packaging info
Remove the libpiclsbl.so.1 and symbolic links to it as :
$ cd $ROOT
$ find usr/platform -name libpiclsbl* -exec rm {} \;
This only affects SPARC nightly build.
Thanks,
- Abhi.
|