Re: FW: Can not locate classpath files ....

2000-06-23 Thread Paul D. Smith
%% Ravinder Pal <[EMAIL PROTECTED]> writes: >> I am trying to compile java packages using GNU make 3.77, but it keeps on >> complaining "javax" package not found. I am specifying it in >> -classpath. >> >> This script runs OK under NT/DOS. I don't see how this could be a problem w

FW: Can not locate classpath files ....

2000-06-23 Thread Ravinder Pal
> I am trying to compile java packages using GNU make 3.77, but it keeps on > complaining "javax" package not found. I am specifying it in > -classpath. > > This script runs OK under NT/DOS. > > Thanks. > Pal

Re: feature request (not a bug)

2000-06-23 Thread Paul D. Smith
%% "Love-Jensen, John" <[EMAIL PROTECTED]> writes: lj> 4) additional support for .PHONY types of actions (or triggers) via simpler lj> syntax lj> on 'clean' { rm foo.o; } lj> on 'clean' { rm bar.o; } lj> (ignore my stupid pseudo syntax) lj> ...as an alternative to... lj>