Date: Fri, 8 Mar 2002 09:00:02 -0800 (PST) From: Thomas Quinot <thomas@cuivre.fr.eu.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/35635: [patch] missing dep in libiconv prevents parallel build Message-ID: <200203081700.g28H02q26979@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: Bruce Evans <bde@zeta.org.au>
Cc: bug-followup@freebsd.org
Subject: Re: kern/35635: [patch] missing dep in libiconv prevents parallel build
Date: Fri, 8 Mar 2002 17:56:17 +0100
Le 2002-03-08, Bruce Evans écrivait :
> The ugly explicit rules are required because the default rules use
> @/kern/makeops.pl which generates slightly different files. Perhaps
> this should be fixed instead.
Well, if I read makeops.pl correctly, all it does is check whether
the file named on its command line contains the string KOBJ on the first
line, and then call either makeobjops or makedevops depending on that.
If '# KOBJ' is added as the first line of iconv_converter_if.m, then
calling makeops produces exactly the same output as makeobjops,
and therefore the explicit rules can be removed. Unfortunately,
I do not know what other side effects that change to
iconv_converter_if.m could have.
Thomas.
--
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?200203081700.g28H02q26979>
