C:/TEMP/asdf.txt:(that's a tab)
touch C:/TEMP/asdf.txt
Invoking 'make' from cygwin gives the following error:
Makefile:1: *** target pattern contains no `%'. Stop.The workaround is redoing the paths that 'make' cares about to use the '/cygdrive/c/' path:
/cygdrive/c/TEMP/asdf.txt:(that's a tab)
touch C:/TEMP/asdf.txt
This works. 'touch' knows how to read windows absolute paths and 'make' doesn't.
No comments:
Post a Comment