%% Eli Zaretskii <[EMAIL PROTECTED]> writes: ez> all: ez> cd "c:\\foo bar" && frobnicate baz
ez> (The double \\ is because Make requires that.) Just curious: why do you say make requires this? In UNIX, at any rate, no backslash munging is done on commands. In fact the only characters that are special to make in a command is "$" (which you escape with "$$") and a backslash before a newline (and that only to continue the line). Does the Windows port do more than that? -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
