Do pattern rules work in NT?

Tom rdorgan@worldnet.att.net
Mon Jul 21 07:29:00 GMT 1997


Robert Nicholson wrote:
> 
> Should the following pattern rule work in NT?
> 
> classes\%.class: %.java
>         javac ......
> 
> if I have a dependency like classes/something.class
> 
> won't it match this rule?
> 
> The gnumake shipped with NeXT's OE 4.2 for NT doesn't seem to.

I have seen some makes fail silently if the dependency is greater than
one char in length (.o). I worked around this by linking the .class
to .j or something and it started working.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list