Does anyone know the rules for winking in derived objects (DO) when using clearmake?
I got into a situation where a clean compilation resulted in .o and .d files being 5 days old. After investigation I found that a sibling view had the same baseline as me, but hadn’t been recompiled since the rebase and these DO’s were being winked in to my view.
Will DO’s in the team view get winked in to child streams or does it only work with siblings? Further will winking in happen across all views in any hierarchy?
Many thanks
EDIT : More specifically I want to know where the DO’s are winked in from? Sibling views only? Any view with the same baseline?
Thanks again
They shouldn’t winked between views, unless the command
winkinis called explicitly and/or your are dealing with sharable DOs.The child stream could get the same DO’s if its foundation baseline is the same than the prarent stream, referencing the same versions.