From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10439 invoked from network); 2 Dec 1999 17:55:41 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Dec 1999 17:55:41 -0000 Received: (qmail 7616 invoked by alias); 2 Dec 1999 17:55:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8858 Received: (qmail 7609 invoked from network); 2 Dec 1999 17:55:34 -0000 Date: Thu, 2 Dec 1999 12:55:14 -0500 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: partial program transform support (Texinfo) Message-ID: <19991202125514.A17722@dman.com> References: <19991130160018.A31936@dman.com> <991202164600.ZM8269@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0i In-Reply-To: <991202164600.ZM8269@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Thu, Dec 02, 1999 at 04:46:00PM +0000 > I'm not sure this is an improvement. If you run "make install" from the > Src directory, you get different results than doing it from the top-level > directory. (Of course, you always got different results WRT the Doc and > so forth, but you see what I mean.) Yes, you're right. Unfortunately, it doesn't work to put the transformed name into the Makefile in the current directory as I had originally planned, because something odd seems to happen with the recursive variable assignments. I agree that the whole mess is ugly.