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
|
||||
cp ${S}/../tools/debugscripts/gdbinit.kernel \
|
||||
${S}/../tools/debugscripts/gdbinit.vinum ${.CURDIR}
|
||||
.if exists(${S}/../tools/debugscripts/gdbinit.${MACHINE_ARCH})
|
||||
cp ${S}/../tools/debugscripts/gdbinit.${MACHINE_ARCH} \
|
||||
${.CURDIR}/gdbinit.machine
|
||||
.endif
|
||||
.endif
|
||||
|
||||
${FULLKERNEL}: ${SYSTEM_DEP} vers.o
|
||||
@rm -f ${.TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user