Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 1999 12:11:53 +0900
From:      "Daniel C. Sobral" <dcs@newsguy.com>
To:        gnats-admin@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG
Subject:   Re: kern/9398: ficl's build uses perl
Message-ID:  <36981A79.6C590D6A@newsguy.com>
References:  <199901082010.MAA26148@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36981A79.6C590D6A>