author | Benoit Girard <b56girard@gmail.com> |
Tue, 11 Dec 2012 16:05:53 -0500 | |
changeset 115796 | d75e7bfff5544fced13ce6a950a31d019f846fde |
parent 115795 | a18d27e6d78addf4da0a1e387f7e76fae1ef204e |
child 115797 | 0b7e244b7ac87db93bc9f7e23562aa04ad136962 |
push id | 24028 |
push user | emorley@mozilla.com |
push date | Thu, 13 Dec 2012 15:56:02 +0000 |
treeherder | mozilla-central@9db79b97abbb [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | glandium |
bugs | 820548 |
milestone | 20.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
.gdbinit | file | annotate | diff | comparison | revisions | |
build/.gdbinit | file | annotate | diff | comparison | revisions | |
build/Makefile.in | file | annotate | diff | comparison | revisions |
--- a/build/Makefile.in +++ b/build/Makefile.in @@ -94,17 +94,18 @@ endif ifdef MOZ_EXTENSION_MANAGER DEFINES += -DMOZ_EXTENSION_MANAGER endif endif # Put a useful .gdbinit in the bin directory, to be picked up automatically # by GDB when we debug executables there. -GDBINIT_FILES := .gdbinit +# NOTE: Keep .gdbinit in the topsrcdir for people who run gdb from the topsrcdir. +GDBINIT_FILES := $(topsrcdir)/.gdbinit GDBINIT_DEST = $(FINAL_TARGET) INSTALL_TARGETS += GDBINIT PYTHON_UNIT_TESTS := \ tests/unit-ConfigStatus.py \ tests/test.py \ $(NULL)