Hi,

I am not sure if this is the right mailing list but I have a technical
question on using cygwin make.

Is it possible to have something like the following ..

CLASSES=d:/CLASSES
jar:
        cd $(CLASSES)
        jar -cvf $(DISTRIBUTION_DIR)\lib\classes.jar squ/

I notice that the cd command does not work within the make file. I have
tried d:\classes, and d:/classes but to no avail.

Any help would be gratefully appreciated.

Regards,
John.


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to