From owner-freebsd-bugs Sat Jan 9 19:15:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19939 for freebsd-bugs-outgoing; Sat, 9 Jan 1999 19:15:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19599; Sat, 9 Jan 1999 19:13:30 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id MAA00499; Sun, 10 Jan 1999 12:12:57 +0900 (JST) Message-ID: <36981A79.6C590D6A@newsguy.com> Date: Sun, 10 Jan 1999 12:11:53 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: gnats-admin@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9398: ficl's build uses perl References: <199901082010.MAA26148@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------95BC47A1EA4449D657B7E94B" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------95BC47A1EA4449D657B7E94B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit gnats-admin@FreeBSD.ORG wrote: > > Thank you very much for your problem report. > It has the internal identification `kern/9398'. > The individual assigned to look at your > report is: freebsd-bugs. > > >Category: kern > >Responsible: freebsd-bugs > >Synopsis: ficl's build uses perl > >Arrival-Date: Fri Jan 8 12:10:02 PST 1999 The fix proposed foolishly breaks "testmain" target. Follow it up with the attached patch. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com "Heart like a Gabriel, pure and white as ivory, soul like a lucifer, black and cold as a piece of lead." --------------95BC47A1EA4449D657B7E94B Content-Type: text/plain; charset=us-ascii; name="patch-ai" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ai" --- sys/boot/ficl/Makefile.orig Sun Jan 10 10:41:41 1999 +++ sys/boot/ficl/Makefile Sun Jan 10 10:42:10 1999 @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.2 1999/01/05 18:44:35 root Exp $ +# $Id: Makefile,v 1.3 1999/01/10 01:40:20 root Exp root $ # LIB= ficl NOPROFILE= yes INTERNALLIB= yes INTERNALSTATICLIB= yes -BASE_SRCS= dict.c ficl.c math64.c stack.c sysdep.c vm.c words.c softscript.c +BASE_SRCS= dict.c ficl.c math64.c stack.c sysdep.c vm.c words.c SRCS= ${BASE_SRCS} softcore.c CLEANFILES= softcore.c testmain softscript --------------95BC47A1EA4449D657B7E94B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message