Skip to content

Commit

Permalink
Bug 820548 - Move .gdbinit to topsrcdir. r=glandium
Browse files Browse the repository at this point in the history
--HG--
rename : build/.gdbinit => .gdbinit
extra : rebase_source : fda8b33aa3214a3d13940f8f1f0ba843cb65dca9
  • Loading branch information
bgirard committed Dec 11, 2012
1 parent 8964c1b commit 5cefbaf
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 5cefbaf

Please sign in to comment.