Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Apr 2001 10:29:34 -0400
From:      "Dan Langille" <dan@langille.org>
To:        dirk.meyer@dinoex.sub.org (Dirk Meyer)
Cc:        ports@freebsd.org
Subject:   Re: cvs commit: ports/devel Makefile ports/devel/gcvs	Makefile         distinfo pkg-comment pkg-descr pkg-plist	ports/devel/gcv
Message-ID:  <200104051429.f35ETrK24873@ns1.unixathome.org>
In-Reply-To: <e4Kb9Grr%2BU@dmeyer.dinoex.sub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5 Apr 2001, at 6:38, Dirk Meyer wrote:

>  Dan Langille wrote:,
> 
> > > > $ grep TCL_CFLAGS work/gcvs-1.0a7/*/Makefile
> > > > work/gcvs-1.0a7/GuiDoc/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
> > > > work/gcvs-1.0a7/Macros/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
> > > > work/gcvs-1.0a7/common/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
> > > > work/gcvs-1.0a7/cvstree/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
> > > > work/gcvs-1.0a7/gcvs/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
> > > > work/gcvs-1.0a7/rf/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
> > > > 
> > > > Does that help you?
> > > 
> > > Yes It helps me, as this looks like your problem :)
> > > 
> > > There is no such string in the whole project,
> > > It have to be somewhere in your system.
> > > 
> > > But I would like to know how it get in there.
> > 
> > Is the CFLAGS_OPTIMIZE related to something regarding CPU 
> > optimization?  I recall seeing something similar.
> > 
> > How can I seach my box for this flag?
> 
> $ grep CFLAGS_OPTIMIZE /usr/ports/Mk/bsd.* /usr/share/mk/* \
> 	/etc/defaults/make.conf /etc/make.conf
> 
> Or maybe you find a hint how it comes into the system:
> $ grep CFLAGS_OPTIMIZE work/gcvs-1.0a7/config*

$ grep CFLAGS_OPTIMIZE work/gcvs-1.0a7/config*
work/gcvs-1.0a7/config.status:s%@TCL_CFLAGS@%${CFLAGS_OPTIMIZE}%g

There it is....

-- 
Dan Langille
pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php
got any work?  I'm looking for some.

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104051429.f35ETrK24873>