From owner-freebsd-hackers Sun Aug 30 04:17:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14615 for freebsd-hackers-outgoing; Sun, 30 Aug 1998 04:17:57 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA14610 for ; Sun, 30 Aug 1998 04:17:53 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id UAA06445; Sun, 30 Aug 1998 20:16:27 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id UAA04968; Sun, 30 Aug 1998 20:16:27 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.9.1/3.5Wpl3-SMTP) with ESMTP id UAA21238; Sun, 30 Aug 1998 20:10:35 +0900 (JST) To: mike@smith.net.au Cc: max@wide.ad.jp, freebsd-hackers@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: question From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Sat, 29 Aug 1998 22:33:18 +0000" <199808292233.WAA10825@word.smith.net.au> References: <199808292233.WAA10825@word.smith.net.au> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980830201035X.masafumi@aslm.rim.or.jp> Date: Sun, 30 Aug 1998 20:10:35 +0900 X-Dispatcher: imput version 971024 Lines: 17 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Down towards the bottom of the doMFSKERN target, the boot.help > file is copied into the boot images. Just do > @echo \07\07 >> ${RD}/boot.${FSIMAGE}/boot.help Ok, thanks. Since echo doesn't handle \07 unless I put literal ^G, I'll use printf \a instead, though. > (And if you were reading that entire makefile with a braille > screen reader, or a speech synth, I think you deserve some > serious compliments.) Well, looking at it using Braille output isn't too difficult, but I wouldn't care to use speech output to do the task. :) Cheers, Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message