delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/07/08/04:37:07

Message-Id: <200007080608.JAA16063@mailgw1.netvision.net.il>
Date: Sat, 08 Jul 2000 09:08:48 +0200
To: djgpp AT delorie DOT com
X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b
From: "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il>
CC: "Juan Manuel Guerrero" <ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De>
In-reply-to: <200007071848.OAA19308@delorie.com>
(ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De)
Subject: Re: ANNOUNCE: New release of byacc-1.9 uploaded
References: <200007071848 DOT OAA19308 AT delorie DOT com>
Reply-To: djgpp AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

> From: "Juan Manuel Guerrero" <ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De>
> Date: Fri, 7 Jul 2000 20:10:32 +0200
>
> On Win9X with LFN support available the following two points apply:
> 1: If TABEXT_SEPARATOR is *NOT* set at all or set to `.' (dot)
>    the following file names will be used:
>      y.tab.h
>      y.tab.c
>      y.code.c
>      y.output
> 
> 2: If TABEXT_SEPARATOR is set to `_' (underscore)
>    the following file names will be used:
>      y_tab.h
>      y_tab.c
>      y_code.c
>      y.out

Thanks for working on this.

In my experience, it is better to introduce a command-line option for
this, rather than use an environment variable.  The latter makes it
harder to produce Makefile's that work identically on any DJGPP
installation, because setting an environment variable reliably is not
easy.  The only reliable method is to set it inside a Makefile, but
this usually requires to use Bash as the shell.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019