In message <[EMAIL PROTECTED]> Jason Brazile writes:
:   I want to construct a portable Makefile to build a java application.

That's not possible.  Java specifies a half assed make system as part
of the language, so it is nearly impossible to use another make system
on top of it unless you are willing to live with a whole slew of
problems.

:   When a java source file contains an inner class, it creates class
:   I could live with having to use something like the "yy" target if it
:   worked with BSD make, because it works with GNU make.

This seems like a bug in make(1).  Although I think you might want to
investigate:

d=$$
X=foo\$dbar.class

x:
        echo $(X)

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to