Hi,
I quote from the make manual (3.80)
''''''
5.2 Command Execution
...
If you want to use cd to affect the next command, put
the two on a single line with a semicolon between
them. Then make will consider them a single command
and pass them, together, to a shell which will execute
them in sequence. For example:
foo : bar/lose
cd bar; gobble lose > ../foo
...
'''''''''
This doesn't work on Windows XP cmd.exe. Does make
preprocess commands to replace ; with && which works?
Or should the manual point to this?
(I learned it the hard way :)
Thank you.
Nusret
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32