Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/i386/floppies/kernel-ramdisk Pull up revision 1...
details: https://anonhg.NetBSD.org/src/rev/5175ad605068
branches: netbsd-1-5
changeset: 489973:5175ad605068
user: he <he%NetBSD.org@localhost>
date: Sat Oct 21 18:24:35 2000 +0000
description:
Pull up revision 1.3 (requested by he):
gdb apparently needs redirection of stdin to not cause
a background build job to get SIGTTOU (!).
diffstat:
distrib/i386/floppies/kernel-ramdisk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9ee632eda2c7 -r 5175ad605068 distrib/i386/floppies/kernel-ramdisk/Makefile
--- a/distrib/i386/floppies/kernel-ramdisk/Makefile Sat Oct 21 18:12:35 2000 +0000
+++ b/distrib/i386/floppies/kernel-ramdisk/Makefile Sat Oct 21 18:24:35 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.3 2000/10/20 21:58:40 tv Exp $
+# $NetBSD: Makefile,v 1.1.2.4 2000/10/21 18:24:35 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