canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,334
edits
(→Build Instructions: branch updated again) |
(→Build Instructions: new branch) |
||
| Line 21: | Line 21: | ||
== Build Instructions == | == Build Instructions == | ||
<b>Note: the name of the branch has been updated, since the branch has been merged to the trunk. - [[User:Dbaron|David Baron]] | <b>Note: the name of the branch has been updated, since the branch has been merged to the trunk. - [[User:Dbaron|David Baron]] 00:24, 3 Mar 2006 (PST)</b> | ||
Follow the [http://developer.mozilla.org/en/docs/Build_Documentation normal build instructions] and [http://developer.mozilla.org/en/docs/Mozilla_Source_Code_Via_CVS get the source from CVS], except when checking out <code>client.mk</code>, use | Follow the [http://developer.mozilla.org/en/docs/Build_Documentation normal build instructions] and [http://developer.mozilla.org/en/docs/Mozilla_Source_Code_Via_CVS get the source from CVS], except when checking out <code>client.mk</code>, use | ||
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot checkout <b>-r | cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot checkout <b>-r REFLOW_20060302_BRANCH</b> mozilla/client.mk | ||
Using <code>client.mk</code> to pull the rest of the tree is essential because only layout is branched; everything other than layout is pulled by date. | Using <code>client.mk</code> to pull the rest of the tree is essential because only layout is branched; everything other than layout is pulled by date. | ||