|
|
|
|
@ -65,6 +65,19 @@ those who either can't or don't feel like installing it.</p> |
|
|
|
|
<p id="emailaddy">It is authored by Michael Pyne (mpyne (AT) grammarian (DOT) homelinux |
|
|
|
|
(DOT) net), and is one of several build scripts for this purpose.</p> |
|
|
|
|
|
|
|
|
|
<p><b>2004-Jul-11:</b> v0.77<br/> |
|
|
|
|
<i>OK, <b>this</b> will be the last one, berkus really wanted the included new |
|
|
|
|
feature.</i><br/> |
|
|
|
|
New features: |
|
|
|
|
<ul> |
|
|
|
|
<li>Added <a href="#conf-inst-apps">inst-apps</a> configure option, which |
|
|
|
|
affects the build process by only building the specified top-level |
|
|
|
|
directories. The entire module will still be downloaded, however. This |
|
|
|
|
option doesn't take effect until you re-run make -f Makefile.cvs (either by <a |
|
|
|
|
href="#cmdline-refresh-build">--refresh-build</a> or a <a |
|
|
|
|
href="#cmdline-recreate-configure">--recreate-configure</a>).</li> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<p><b>2004-Jul-11:</b> v0.76<br/> |
|
|
|
|
<i>This will probably be the last release before I go out of town for a week |
|
|
|
|
or so on the 14<sup>th</sup>. If you send me mail and don't get a response |
|
|
|
|
@ -384,6 +397,7 @@ using the address you can find <a href="#emailaddy">above</a>. |
|
|
|
|
<li><a href="#conf-debug">debug</a></li> |
|
|
|
|
<li><a href="#conf-disable-build-list">disable-build-list</a></li> |
|
|
|
|
<li><a href="#conf-do-not-compile">do-not-compile</a></li> |
|
|
|
|
<li><a href="#conf-inst-apps">inst-apps</a></li> |
|
|
|
|
<li><a href="#conf-install-after-build">install-after-build</a></li> |
|
|
|
|
<li><a href="#conf-kdedir">kdedir</a></li> |
|
|
|
|
<li><a href="#conf-libpath">libpath</a></li> |
|
|
|
|
@ -578,6 +592,26 @@ directive to choose directories that you want to check out.</p> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
<tr id="conf-inst-apps"> |
|
|
|
|
<td valign="top">inst-apps</td> |
|
|
|
|
<td valign="top">Overrides global</td> |
|
|
|
|
<td><p>This is the opposite of the <a |
|
|
|
|
href="#conf-do-not-compile">do-not-compile</a> option. This option makes it |
|
|
|
|
so that only the given toplevel directories are built. The directories should |
|
|
|
|
be space-separated.</p> |
|
|
|
|
|
|
|
|
|
<p>Any changes don't take effect until the next time make -f Makefile.cvs is |
|
|
|
|
run, either automatically by the script, or manually by the <a |
|
|
|
|
href="#cmdline-refresh-build">--refresh-build</a> or <a |
|
|
|
|
href="#cmdline-recreate-configure">--recreate-configure</a> options. |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
<p>Note that the sources to the programs will still be downloaded. You can use |
|
|
|
|
the <a href="#conf-checkout-only" class="conf-option">checkout-only</a> |
|
|
|
|
directive to choose directories that you want to check out.</p> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
<tr id="conf-install-after-build"> |
|
|
|
|
<td valign="top">install-after-build</td> |
|
|
|
|
<td valign="top">Overrides global</td> |
|
|
|
|
@ -881,7 +915,7 @@ href="#options">.kdecvs-buildrc options</a>. |
|
|
|
|
<div align="center" class="thankyou"> |
|
|
|
|
<font size="-1"><a href="http://www.cvsup.org/">CVSup</a> is a registered trademark of John D. Polstra. |
|
|
|
|
<br/> |
|
|
|
|
Last modified: Sun Jul 11 15:11:15 2004</font> |
|
|
|
|
Last modified: Sun Jul 11 18:50:09 2004</font> |
|
|
|
|
</div> |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|
|