Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/i386/floppies/kernel-ramdisk gdb apparently needs re...



details:   https://anonhg.NetBSD.org/src/rev/1e5c9bfa2c0f
branches:  trunk
changeset: 498381:1e5c9bfa2c0f
user:      he <he%NetBSD.org@localhost>
date:      Sat Oct 21 18:19:26 2000 +0000

description:
gdb apparently needs redirection of stdin to /dev/null so as to not
to cause a hang (SIGTTOU?) on background builds.

diffstat:

 distrib/i386/floppies/kernel-ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e956af4329f2 -r 1e5c9bfa2c0f distrib/i386/floppies/kernel-ramdisk/Makefile
--- a/distrib/i386/floppies/kernel-ramdisk/Makefile     Sat Oct 21 16:59:39 2000 +0000
+++ b/distrib/i386/floppies/kernel-ramdisk/Makefile     Sat Oct 21 18:19:26 2000 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index