Hi
On Fri, Dec 8, 2017 at 8:19 PM, Eric Blake wrote:
> On 12/07/2017 06:58 PM, Marc-André Lureau wrote:
>> In particular, do not print anything when there is nothing to do, in
>> particular, after a successful build:
>
> Do we need both 'in particular'?
>
nope
>>
>> $ make
>> make[1]: '/home/el
On 12/07/2017 06:58 PM, Marc-André Lureau wrote:
> In particular, do not print anything when there is nothing to do, in
> particular, after a successful build:
Do we need both 'in particular'?
>
> $ make
> make[1]: '/home/elmarco/src/qemu/build/capstone/libcapstone.a' is up to date.
>
> Signed-
In particular, do not print anything when there is nothing to do, in
particular, after a successful build:
$ make
make[1]: '/home/elmarco/src/qemu/build/capstone/libcapstone.a' is up to date.
Signed-off-by: Marc-André Lureau
---
rules.mak | 5 +
1 file changed, 5 insertions(+)
diff --git a