Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jul 2000 06:17:00 +0100
From:      "Dampure, Pierre Y." <pierre.dampure@alveley.org>
To:        Alexander Langer <alex@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/gen Makefile.inc
Message-ID:  <396021CC.9EB8A7F4@alveley.org>
References:  <200007022145.OAA52235@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Langer wrote:
> 
> alex        2000/07/02 14:45:16 PDT
> 
>   Modified files:
>     lib/libc/gen         Makefile.inc
>   Log:
>   Add strunvisx.3 MLINK.
> 
>   Revision  Changes    Path
>   1.65      +2 -2      src/lib/libc/gen/Makefile.inc
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe cvs-all" in the body of the message

This breaks installworld, as the following diff:

	+MLINKS+=unvis.3 strunvis.3 strunvisx.3

should have been:

	+MLINKS+=unvis.3 strunvis.3 unvis.3 strunvisx.3


PYD


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?396021CC.9EB8A7F4>