Re: [Mesa-dev] [PATCH] Android: update CleanSpec.mk

2017-11-06 Thread Chih-Wei Huang
2017-11-03 19:02 GMT+08:00 Tapani Pälli : > On 11/03/2017 12:30 PM, Chih-Wei Huang wrote: >> 2017-11-03 15:47 GMT+08:00 Tapani Pälli : >>> Hi Chih-Wei; >>> This looks good to me. Only thing that causes a bit of headache is ... >>> what >>> is the difference between PRODUCT_OUT, OUT_DIR and TARGET_O

Re: [Mesa-dev] [PATCH] Android: update CleanSpec.mk

2017-11-05 Thread Tapani Pälli
On 11/06/2017 04:08 AM, Chih-Wei Huang wrote: 2017-11-03 19:02 GMT+08:00 Tapani Pälli : On 11/03/2017 12:30 PM, Chih-Wei Huang wrote: 2017-11-03 15:47 GMT+08:00 Tapani Pälli : Hi Chih-Wei; This looks good to me. Only thing that causes a bit of headache is ... what is the difference between P

Re: [Mesa-dev] [PATCH] Android: update CleanSpec.mk

2017-11-03 Thread Tapani Pälli
On 11/03/2017 12:30 PM, Chih-Wei Huang wrote: 2017-11-03 15:47 GMT+08:00 Tapani Pälli : Hi Chih-Wei; This looks good to me. Only thing that causes a bit of headache is ... what is the difference between PRODUCT_OUT, OUT_DIR and TARGET_OUT? OUT_DIR is also set to "out" if it's not already se

Re: [Mesa-dev] [PATCH] Android: update CleanSpec.mk

2017-11-03 Thread Chih-Wei Huang
2017-11-03 15:47 GMT+08:00 Tapani Pälli : > Hi Chih-Wei; > > This looks good to me. Only thing that causes a bit of headache is ... what > is the difference between PRODUCT_OUT, OUT_DIR and TARGET_OUT? OUT_DIR is also set to "out" if it's not already set. PRODUCT_OUT is where all target files go.

Re: [Mesa-dev] [PATCH] Android: update CleanSpec.mk

2017-11-03 Thread Tapani Pälli
Hi Chih-Wei; This looks good to me. Only thing that causes a bit of headache is ... what is the difference between PRODUCT_OUT, OUT_DIR and TARGET_OUT? On 11/03/2017 09:36 AM, Chih-Wei Huang wrote: The libraries are moved to /vendor since commit c3f75d48. Clean all old files for incremental b

[Mesa-dev] [PATCH] Android: update CleanSpec.mk

2017-11-03 Thread Chih-Wei Huang
The libraries are moved to /vendor since commit c3f75d48. Clean all old files for incremental builds. Signed-off-by: Chih-Wei Huang --- CleanSpec.mk | 7 +++ 1 file changed, 7 insertions(+) diff --git a/CleanSpec.mk b/CleanSpec.mk index d08b0def7d..eca3845354 100644 --- a/CleanSpec.mk +++ b