gdb apparently needs redirection of stdin to /dev/null so as to not

to cause a hang (SIGTTOU?) on background builds.
This commit is contained in:
he 2000-10-21 18:19:26 +00:00
parent d524d28d78
commit 39955ea9f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2000/10/20 21:49:00 fvdl Exp $
# $NetBSD: Makefile,v 1.3 2000/10/21 18:19:26 he Exp $
TOP= ${.CURDIR}/..
@ -39,7 +39,7 @@ netbsd.INSTALL_LAPTOP.gz: .NOTMAIN ${KERNOBJDIR}/INSTALL_LAPTOP/netbsd ${RAMDISK
netbsd.INSTALL_TINY.gz: .NOTMAIN ${KERNOBJDIR}/INSTALL_TINY/netbsd ${RAMDISK_T}
cp ${KERNOBJDIR}/INSTALL_TINY/netbsd netbsd.tmp
gdb --write -batch -x ${.CURDIR}/nocluster.gdb netbsd.tmp
gdb --write -batch -x ${.CURDIR}/nocluster.gdb netbsd.tmp </dev/null
${DESTDIR}/usr/sbin/mdsetimage -v netbsd.tmp ${RAMDISK_T}
nm netbsd.tmp > netbsd.INSTALL_TINY.symbols
${STRIP} netbsd.tmp