Home | History | Annotate | Download | only in conf

Lines Matching refs:gdbinit

1 # $NetBSD: gdbinit.mk,v 1.1 2015/08/29 16:27:07 uebayasi Exp $
4 ## .gdbinit
9 EXTRA_CLEAN+= .gdbinit
10 .gdbinit: Makefile ${S}/gdbscripts/Makefile.inc
12 rm -f .gdbinit
14 echo "source ${S}/gdbscripts/${__gdbinit}" >> .gdbinit
16 .if defined(GDBINIT) && !empty(GDBINIT)
17 .for __gdbinit in ${GDBINIT}
18 echo "source ${__gdbinit}" >> .gdbinit