Gecko:Reflow Refactoring: Difference between revisions
Jump to navigation
Jump to search
(Add Build Instructions section) |
|||
Line 8: | Line 8: | ||
= Build Instructions = | = Build Instructions = | ||
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 REFLOW_20050804_BRANCH</b> mozilla/client.mk | |||
= Rationale = | = Rationale = |
Revision as of 19:16, 5 October 2005
Summary
Quick Links
- Bug 300030
- Reflow Branch Checkins
- Query for bugs with [reflow-refactor] in status whiteboard
Build Instructions
Follow the normal build instructions and get the source from CVS, except when checking out client.mk
, use
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot checkout -r REFLOW_20050804_BRANCH mozilla/client.mk