Skip to content

Commit

Permalink
Bug 820548 - Move .gdbinit to topsrcdir. r=glandium
Browse files Browse the repository at this point in the history
  • Loading branch information
bgirard committed Dec 11, 2012
1 parent 6545d84 commit 82d516f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82d516f

Please sign in to comment.