于 2012-11-16 18:38, Gerd Hoffmann 写道:
On 11/16/12 11:26, Peter Maydell wrote:
On 16 November 2012 10:23, Paolo Bonzini wrote:
Il 16/11/2012 10:27, Peter Maydell ha scritto:
On 16 November 2012 05:05, Wenchao Xia wrote:
- test -f pixman/config.log && make -C pixman distclean
+ @i
于 2012-11-16 18:23, Paolo Bonzini 写道:
Il 16/11/2012 10:27, Peter Maydell ha scritto:
On 16 November 2012 05:05, Wenchao Xia wrote:
Currently if pixman have no config.log inside, make file still
try to clean it resulting error. This patch fix it.
- test -f pixman/config.log && make -C
On 11/16/12 11:26, Peter Maydell wrote:
> On 16 November 2012 10:23, Paolo Bonzini wrote:
>> Il 16/11/2012 10:27, Peter Maydell ha scritto:
>>> On 16 November 2012 05:05, Wenchao Xia wrote:
- test -f pixman/config.log && make -C pixman distclean
+ @if test -f pixman/config.l
于 2012-11-16 18:16, Peter Maydell 写道:
On 16 November 2012 10:08, Wenchao Xia wrote:
于 2012-11-16 17:27, Peter Maydell 写道:
On 16 November 2012 05:05, Wenchao Xia wrote:
- test -f pixman/config.log && make -C pixman distclean
+ @if test -f pixman/config.log; \
+ then \
+
On 16 November 2012 10:23, Paolo Bonzini wrote:
> Il 16/11/2012 10:27, Peter Maydell ha scritto:
>> On 16 November 2012 05:05, Wenchao Xia wrote:
>>> - test -f pixman/config.log && make -C pixman distclean
>>> + @if test -f pixman/config.log; \
>>> + then \
>>> + m
Il 16/11/2012 10:27, Peter Maydell ha scritto:
> On 16 November 2012 05:05, Wenchao Xia wrote:
>> Currently if pixman have no config.log inside, make file still
>> try to clean it resulting error. This patch fix it.
>>
>> - test -f pixman/config.log && make -C pixman distclean
>> + @
On 16 November 2012 10:08, Wenchao Xia wrote:
> 于 2012-11-16 17:27, Peter Maydell 写道:
>> On 16 November 2012 05:05, Wenchao Xia wrote:
>>> - test -f pixman/config.log && make -C pixman distclean
>>> + @if test -f pixman/config.log; \
>>> + then \
>>> + make -C pixm
于 2012-11-16 17:27, Peter Maydell 写道:
On 16 November 2012 05:05, Wenchao Xia wrote:
Currently if pixman have no config.log inside, make file still
try to clean it resulting error. This patch fix it.
- test -f pixman/config.log && make -C pixman distclean
+ @if test -f pixman/con
On 16 November 2012 05:05, Wenchao Xia wrote:
> Currently if pixman have no config.log inside, make file still
> try to clean it resulting error. This patch fix it.
>
> - test -f pixman/config.log && make -C pixman distclean
> + @if test -f pixman/config.log; \
> + then \
> +
Currently if pixman have no config.log inside, make file still
try to clean it resulting error. This patch fix it.
Signed-off-by: Wenchao Xia
---
Makefile |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 81c660f..f40885b 100644
--- a/Makefi
10 matches
Mail list logo