if construct doesn't work in makefile

Prasad, Kanuparthi Kanuparthi.Prasad@teradyne.com
Thu Nov 11 11:15:00 GMT 2004


Hi,

  In my make file I am trying to check whether a directory exists or not
then set a path differently if doesn't exist.
  I am using cygwin installed on windows 2000.
  The if construct I have is as follows.

  if test [-dc:/tools]; then DRIVE = c:/tools; else DRIVE = c:/altTools; fi

 pls help me out.

Regards,
sitaram

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list