The gdbinit.${MACHINE_ARCH} script may not exist.
This commit is contained in:
parent
e878e0085f
commit
c7301f9132
@ -61,9 +61,11 @@ gdbinit:
|
|||||||
sed "s:MODPATH:${.OBJDIR}/modules:" > .gdbinit
|
sed "s:MODPATH:${.OBJDIR}/modules:" > .gdbinit
|
||||||
cp ${S}/../tools/debugscripts/gdbinit.kernel \
|
cp ${S}/../tools/debugscripts/gdbinit.kernel \
|
||||||
${S}/../tools/debugscripts/gdbinit.vinum ${.CURDIR}
|
${S}/../tools/debugscripts/gdbinit.vinum ${.CURDIR}
|
||||||
|
.if exists(${S}/../tools/debugscripts/gdbinit.${MACHINE_ARCH})
|
||||||
cp ${S}/../tools/debugscripts/gdbinit.${MACHINE_ARCH} \
|
cp ${S}/../tools/debugscripts/gdbinit.${MACHINE_ARCH} \
|
||||||
${.CURDIR}/gdbinit.machine
|
${.CURDIR}/gdbinit.machine
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
|
|
||||||
${FULLKERNEL}: ${SYSTEM_DEP} vers.o
|
${FULLKERNEL}: ${SYSTEM_DEP} vers.o
|
||||||
@rm -f ${.TARGET}
|
@rm -f ${.TARGET}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user