> Date: Tue, 3 Aug 2010 07:51:22 +0100 > From: Tim Murphy <[email protected]> > Cc: [email protected], [email protected] > > mytarget: > ->command1 && > ->command2 && > ->command3 > > > Note that I'm using bash syntax here. On windows if you want to use > cmd.exe then good luck - I don't think it's really fit for purpose.
cmd.exe supports the same `command1 && command2' semantics as does Bash, so there's no problem here and no need for any ``luck''. _______________________________________________ Bug-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-make
