Confirmed users
321
edits
(Created page with 'Follow these steps to update the Breakpad snapshot in mozilla-central to a newer version from the Breakpad SVN repository: * Check out the Breakpad code from SVN: http://code.goo…') |
No edit summary |
||
Line 3: | Line 3: | ||
* In a clean clone of mozilla-central, do the following: | * In a clean clone of mozilla-central, do the following: | ||
** rm -rf toolkit/crashreporter/google-breakpad | ** rm -rf toolkit/crashreporter/google-breakpad | ||
** svn export | ** svn export ../google-breakpad ./toolkit/crashreporter/google-breakpad # assuming you checked out the Breakpad source to ../google-breakpad | ||
** | ** rm -rf toolkit/crashreporter/google-breakpad/src/third_party/protobuf toolkit/crashreporter/google-breakpad/src/testing/ toolkit/crashreporter/google-breakpad/src/tools/gyp/ # remove some extraneous bits | ||
** hg st -n | grep "Makefile\.in$" | xargs hg revert --no-backup # restore our Makefile.ins | ** hg st -n | grep "Makefile\.in$" | xargs hg revert --no-backup # restore our Makefile.ins | ||
** hg addremove toolkit/crashreporter/google-breakpad/ | ** hg addremove toolkit/crashreporter/google-breakpad/ |