Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 1998 08:20:26 -0800
From:      "David O'Brien" <obrien@nuxi.ucdavis.edu>
To:        "Daniel C. Sobral" <dcs@newsguy.com>
Cc:        "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>, current@FreeBSD.ORG
Subject:   Re: Q: -DNOLIBG++ howto?
Message-ID:  <19981225082026.A13703@nuxi.com>
In-Reply-To: <368364F0.1111461F@newsguy.com>; from Daniel C. Sobral on Fri, Dec 25, 1998 at 07:12:00PM %2B0900
References:  <wpaf0dzfir.fsf@heho.snv.jussieu.fr> <19981224140837.A10869@nuxi.com> <368364F0.1111461F@newsguy.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> It is my understanding he wanted to know which makefiles (and other
> files) he needed to change to accomplish all of the above.

UTSL.

    $ cd /usr/src
    $ find . -name Makefile\* | xargs grep g++
    $ find . -name Makefile\* | xargs grep c++
    $ cd /usr/src/share/mk ; grep g++

you will get a find listing of files.  All of these need to be patched
up.  

-- 
-- David    (obrien@NUXI.ucdavis.edu  -or-  obrien@FreeBSD.org)

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?19981225082026.A13703>