Date: Fri, 29 Mar 2002 00:40:03 -0800 (PST) From: Thomas Quinot <thomas@cuivre.fr.eu.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/35635 revised patch (for -STABLE) Message-ID: <200203290840.g2T8e3G50807@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/35635; it has been noted by GNATS.
From: Thomas Quinot <thomas@cuivre.fr.eu.org>
To: bug-followup@freebsd.org
Cc:
Subject: Re: kern/35635 revised patch (for -STABLE)
Date: Fri, 29 Mar 2002 09:30:15 +0100
The following may be a better solution. Please review.
diff -u sys/modules/libiconv/Makefile.dist sys/modules/libiconv/Makefile
--- sys/modules/libiconv/Makefile.dist Thu Mar 7 18:34:52 2002
+++ sys/modules/libiconv/Makefile Fri Mar 29 09:25:50 2002
@@ -9,10 +9,4 @@
SRCS+= iconv_converter_if.c iconv_converter_if.h
NOMAN= true
-iconv_converter_if.h:
- perl @/kern/makeobjops.pl -h @/libkern/iconv_converter_if.m
-
-iconv_converter_if.c:
- perl @/kern/makeobjops.pl -c @/libkern/iconv_converter_if.m
-
.include <bsd.kmod.mk>
diff -u sys/libkern/iconv_converter_if.m.dist sys/libkern/iconv_converter_if.m
--- sys/libkern/iconv_converter_if.m.dist Fri Mar 29 09:26:10 2002
+++ sys/libkern/iconv_converter_if.m Fri Mar 29 09:26:58 2002
@@ -1,3 +1,4 @@
+# KOBJ
#
# Copyright (c) 2000-2001, Boris Popov
# All rights reserved.
--
Thomas.Quinot@Cuivre.FR.EU.ORG
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?200203290840.g2T8e3G50807>
