[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] build: avoid racy failure of "make -jN install"
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] build: avoid racy failure of "make -jN install" |
Date: |
Wed, 23 Nov 2016 10:54:11 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
On 23/11/16 05:36, Jim Meyering wrote:
> diff --git a/src/local.mk b/src/local.mk
> index 9e36ad9..37f625c 100644
> --- a/src/local.mk
> +++ b/src/local.mk
> @@ -644,3 +644,4 @@ else
> cu_install_program = src/ginstall
> endif
> INSTALL_PROGRAM = $(cu_install_program)
> +INSTALL = $(cu_install_program) -c
Why the -c ?