canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,334
edits
(→Build Instructions: new branch) |
|||
| Line 43: | Line 43: | ||
== Build Instructions == | == Build Instructions == | ||
<b>Note: the name of the branch has been updated, since the branch has been merged to a new branch off of current trunk. - [[User:Dbaron|David Baron]] | <b>Note: the name of the branch has been updated, since the branch has been merged to a new branch off of current trunk. - [[User:Dbaron|David Baron]] 15:00, 30 August 2006 (PDT)</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_20060830_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. | ||