help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gcj inner class syntax sugar.


From: Boris Kolpackov
Subject: Re: gcj inner class syntax sugar.
Date: Wed, 2 Mar 2005 17:05:28 +0000 (UTC)
User-agent: nn/6.6.5+RFC1522

Steve Pribyl <address@hidden> writes:

> I am trying to build an application using GCJ.
> GCJ creates file with "$" in the name.  The causes all kinds of problems
> when trying to compile *.class files and then putting the resulting *.o
> in to a *.a.

What kinds of problems?

> Any suggestions on how to cope with this without rewriting all
> the automatic rules?

If by "all kinds of problems" you mean the shell eats your $, then
the answer is yes: just find a shell that doesn't treat $ in this
way. Though I think fixing implicit rules will be easier.



> GCJ_BOOT_JAVA_PARTS=$(shell find ../com -name "*.class")

GCJ_BOOT_JAVA_PARTS := $(shell find ../com -name "*.class")


-boris





reply via email to

[Prev in Thread] Current Thread [Next in Thread]