From 82d516f107e7725391e4459ea11e11a3f7944425 Mon Sep 17 00:00:00 2001 From: Benoit Girard Date: Tue, 11 Dec 2012 16:05:53 -0500 Subject: [PATCH] Bug 820548 - Move .gdbinit to topsrcdir. r=glandium --- build/.gdbinit => .gdbinit | 0 build/Makefile.in | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename build/.gdbinit => .gdbinit (100%) diff --git a/build/.gdbinit b/.gdbinit similarity index 100% rename from build/.gdbinit rename to .gdbinit diff --git a/build/Makefile.in b/build/Makefile.in index 554488942eb91..42e0f49e1ae67 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -99,7 +99,8 @@ 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