[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: [RFC]serialize the output of parallel make?
From: |
Eli Zaretskii |
Subject: |
Re: Fwd: [RFC]serialize the output of parallel make? |
Date: |
Tue, 03 Aug 2010 19:51:30 +0300 |
> Date: Tue, 3 Aug 2010 07:51:22 +0100
> From: Tim Murphy <address@hidden>
> Cc: address@hidden, address@hidden
>
> 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''.