📄 apbs05.html
字号:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Using the eSvn Makefile</title> <link rel="stylesheet" href="corpstyle.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.65.1"> <link rel="home" href="index.html" title="The eSvn User Manual"> <link rel="up" href="apb.html" title="Appendix B. Building"> <link rel="previous" href="apbs04.html" title="Building from Source Binary package without Source RPM"> <link rel="next" href="apbs06.html" title="Building the eSvn Documentation"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">Using the eSvn Makefile</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="apbs04.html"><img src="common/navig/prev.gif" alt="Prev"></a> </td> <th width="60%" align="center">Appendix B. Building</th> <td width="20%" align="right"> <a accesskey="n" href="apbs06.html"><img src="common/navig/next.gif" alt="Next"></a></td> </tr> </table> <hr> </div> <div class="sect1" lang="en"> <div class="titlepage"> <div> <div> <h2 class="title" style="clear: both"><a name="d4e3188"></a>Using the <span><b class="application">eSvn</b></span> Makefile </h2> </div> </div> <div></div> </div> <p>To make life easy, we have created a Makefile that can be used to create tarball (<b class="filename"><tt>tar.gz</tt></b>), binary (<b class="filename"><tt>rpm</tt></b>) and source binary (<b class="filename"><tt>rpms</tt></b>) from the your Working Copy code. </p> <div class="procedure"> <p class="title"><b>Procedure B.3. Building <span><b class="application">eSvn</b></span> with Make</b></p> <ol type="1"> <li> <p> <span><b class="command">cd</b></span> to the root of your <span><b class="application">eSvn</b></span> working copy directory. </p> </li> <li> <p>Do <span><b class="command">svn update</b></span>. </p> </li> <li> <p> <span><b class="command">cd dist</b></span> </p> </li> <li> <p> <span><b class="command">make clean</b></span> </p> </li> <li> <p> <span><b class="command">make prog</b></span> </p> </li> </ol> </div> </div> <div class="navfooter"> <hr> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="apbs04.html"><img src="common/navig/prev.gif" alt="Prev"></a> </td> <td width="20%" align="center"><a accesskey="u" href="apb.html"><img src="common/navig/up.gif" alt="Up"></a></td> <td width="40%" align="right"> <a accesskey="n" href="apbs06.html"><img src="common/navig/next.gif" alt="Next"></a></td> </tr> <tr> <td width="40%" align="left" valign="top">Building from Source Binary package without Source RPM </td> <td width="20%" align="center"><a accesskey="h" href="index.html"><img src="common/navig/home.gif" alt="Home"></a></td> <td width="40%" align="right" valign="top"> Building the eSvn Documentation</td> </tr> </table> </div> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -