From owner-freebsd-current Mon Jul 10 17:23:39 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA27465 for current-outgoing; Mon, 10 Jul 1995 17:23:39 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id RAA27452 for ; Mon, 10 Jul 1995 17:23:10 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA23232; Tue, 11 Jul 1995 02:22:26 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id CAA15971; Tue, 11 Jul 1995 02:22:22 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id QAA01371; Mon, 10 Jul 1995 16:20:09 +0200 From: J Wunsch Message-Id: <199507101420.QAA01371@uriah.heep.sax.de> Subject: Re: gnu/usr.bin/texinfo/Makefile.inc To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Mon, 10 Jul 1995 16:20:09 +0200 (MET DST) Cc: roberto@keltia.freenix.fr, freebsd-current@freebsd.org In-Reply-To: <199507091850.LAA09546@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Jul 9, 95 11:50:50 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1153 Sender: current-owner@freebsd.org Precedence: bulk As Rodney W. Grimes wrote: > > > > > Jörg, why are you forcing -O2 in this file for all of texinfo's utilities ? > > +CFLAGS+= -O2 -pipe > > You confused the heck out of me with this one, this is a modification on > some machine some place, this modification is part of a recent commit, > which I did not have pulled out in my source tree. > > cvs diff -u -r1.2 -r1.3 showed me it was added recently. This should > not be there unless there is a VERY good reason for it. Either way > the -pipe must die, that really kills small machines compiling. The -pipe went in by accident. After fiddling a bit around with it, i didn't find an easy way to fetch the setting out of /etc/make.conf without breaking the whole (and ugly) make mechanism of texinfo. The previous state of the art has been _no_ optimization at all, which i considered bogus. If anybody knows a better solution, i'm willing to use it. Otherwise i would simply go and kill the -pipe. (Btw., i've not seen Ollivier's message at all.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)