Confirmed users
177
edits
mNo edit summary |
|||
Line 66: | Line 66: | ||
$ ./mach build binaries | $ ./mach build binaries | ||
A full | A full <code>./mach build</code> will work for any type of change, it just takes longer to run than the incremental options above. | ||
Note that whenever you pull the latest changes from <tt>fx-team</tt> into your local repository, you may need to "clobber". A "clobber" is similar to a "< | Note that whenever you pull the latest changes from <tt>fx-team</tt> into your local repository, you may need to "clobber". A "clobber" is similar to a "<code>make clean</code>". You'll know you need to clobber when you get a big error message telling you to do a clobber build after you tried to do an incremental build. To do a clobber build, enter these commands: | ||
$ ./mach clobber | $ ./mach clobber |