This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Using cygwin "make"



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]