ClearCase-CRDB
view release on metacpan or search on metacpan
WHOUSES.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>whouses - impact analysis in a clearmake build environment</title>
<link rev="made" href="mailto:dsb@boyski.com" />
</head>
<body style="background-color: white">
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#motto">MOTTO</a></li>
<li><a href="#synopsis">SYNOPSIS</a></li>
<li><a href="#description">DESCRIPTION</a></li>
<li><a href="#selecting_derived_objects_to_analyze">SELECTING DERIVED OBJECTS TO ANALYZE</a></li>
<li><a href="#.audit_files">.AUDIT FILES</a></li>
<li><a href="#clearcase::crdb">ClearCase::CRDB</a></li>
<li><a href="#true_code_analysis_compared">TRUE CODE ANALYSIS COMPARED</a></li>
<ul>
<li><a href="#minuses">MINUSES</a></li>
<li><a href="#pluses">PLUSES</a></li>
</ul>
<li><a href="#author">AUTHOR</a></li>
<li><a href="#copyright">COPYRIGHT</a></li>
<li><a href="#status">STATUS</a></li>
<li><a href="#porting">PORTING</a></li>
<li><a href="#see_also">SEE ALSO</a></li>
</ul>
<!-- INDEX END -->
<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>whouses - impact analysis in a clearmake build environment</p>
<p>
</p>
<hr />
<h1><a name="motto">MOTTO</a></h1>
<p><em><strong>``You give me a clean CR, I'll give you a clean impact analysis.''</strong></em></p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<p>Run this script with the <code>-help</code> option for usage details. Here are
some additional sample usages with explanations:</p>
<pre>
whouses foobar.h</pre>
<p>Shows all DOs that make use of any file matching /foobar.h/.</p>
<pre>
whouses -recurse foobar.h</pre>
<p>Same as above but follows the chain of derived files recursively.</p>
<pre>
whouses -exact foobar.h</pre>
<p>Shows all DOs that make use of the specified file. The <code>-exact</code> flag
( run in 1.093 second using v1.01-cache-2.11-cpan-e1769b4cff6 )