Re: [Mesa-dev] [PATCH] automake: get in-tree `make distclean' working again.

2016-06-09 Thread Emil Velikov
On 8 June 2016 at 16:23, Eric Engestrom wrote: > On Wed, Jun 08, 2016 at 03:44:39PM +0100, Emil Velikov wrote: >> From: Emil Velikov >> >> With earlier commit we've handled the `make distclean' out of tree >> build, yet we failed to attribute that for in-tree builds the test >> condition will ret

Re: [Mesa-dev] [PATCH] automake: get in-tree `make distclean' working again.

2016-06-08 Thread Andy Furniss
Emil Velikov wrote: From: Emil Velikov With earlier commit we've handled the `make distclean' out of tree build, yet we failed to attribute that for in-tree builds the test condition will return 1. Thus effectively the target will be considered as "failed". Fixes: b7f7ec78435 ("mesa: automake:

Re: [Mesa-dev] [PATCH] automake: get in-tree `make distclean' working again.

2016-06-08 Thread Eric Engestrom
On Wed, Jun 08, 2016 at 03:44:39PM +0100, Emil Velikov wrote: > From: Emil Velikov > > With earlier commit we've handled the `make distclean' out of tree > build, yet we failed to attribute that for in-tree builds the test > condition will return 1. Thus effectively the target will be considered

[Mesa-dev] [PATCH] automake: get in-tree `make distclean' working again.

2016-06-08 Thread Emil Velikov
From: Emil Velikov With earlier commit we've handled the `make distclean' out of tree build, yet we failed to attribute that for in-tree builds the test condition will return 1. Thus effectively the target will be considered as "failed". Fixes: b7f7ec78435 ("mesa: automake: distclean git_sha1.h