Confirmed users
125
edits
| Line 37: | Line 37: | ||
Which is much faster than your first build or clobber builds and should only take a few seconds. You can run your build the same way you did before: | Which is much faster than your first build or clobber builds and should only take a few seconds. You can run your build the same way you did before: | ||
$ ./mach run - | $ ./mach run -P development | ||
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 "<tt>make clean</tt>". 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: | 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 "<tt>make clean</tt>". 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: | ||