Preventing winkin to other views

Learn how to prevent winkin of derived objects to other views.

To prevent any derived objects that you create from being winked in to other views, use one of the following techniques:

  • Use express builds. For more information, see Using express builds to prevent winkin to other views.
  • Use the -T or -F options with clearmake or the -L option with omake to create view-private files with no configuration records. clearmake and omake do not perform configuration lookup, but this does not matter if you are not changing other files.
  • Use special targets that prevent winkin. For example, use .NO_WINK_IN with clearmake. For more information, see Special targets.