[antlr-interest] Re: ASTFrame

Terence Parr parrt at cs.usfca.edu
Wed Mar 24 08:27:19 PST 2004


On Mar 24, 2004, at 5:44 AM, Ric Klaren wrote:

> Hi,
>
> On Wed, Mar 24, 2004 at 01:01:05PM -0000, David wrote:
>> Yes the problem was coming from the fast that this class wasn't in the
>> archive (even by using the makefile automaticaly generated with
>> autoconf).
>
> Bah missed the quoting in one spot. This patch fixes that.
>
> ----snip----
> --- /tmp/tmp.31527.0    2004-03-24 14:44:03.000000000 +0100
> +++ /home/fmg/klaren/Antlr/code/org.antlr/main/main/scripts/Rules.make 
>  2004-03-24 14:36:00.000000000 +0100
> @@ -140,7 +140,7 @@ unexport obj_dir_arg javac_paths
>         @ echo "==========================================="
>         @ echo "Making $(@)..."
>         @ rm -f $@
> -       @ $(JAR) cf $@ $^
> +       @ $(JAR) cvf $@ $(subst $$,\$$,$^)
>         @ echo "==========================================="
>
>  #
> ----snip----
>
> Terence, any chance to sneak this fix into the tarball for 2.7.3 ? The 
> jars
> in the 2.7.3 zip and tar.gz are ok with respect to the missing 
> AST$Framexxx
> stuff.

Hmm..what do people think?  Is it ok to update the makefile for a 
released version?

Ter





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
     antlr-interest-unsubscribe at yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 



More information about the antlr-interest mailing list