diff mbox

[1/3] bootstrap: force autoconf update

Message ID 1456147056-767-1-git-send-email-ricardo.salveti@linaro.org
State Accepted
Commit b89ea5befd29070434ea1041955a18f797dadc51
Headers show

Commit Message

Ricardo Salveti Feb. 22, 2016, 1:17 p.m. UTC
Since scmversion gets populated during the configure process, the only
way for the cache to be updated through commits is by either running
make distclean or by forcing autoconf updates when bootstrap gets called
(e.g. builddeb).

Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Anders Roxell Feb. 22, 2016, 7:18 p.m. UTC | #1
On 2016-02-22 10:17, Ricardo Salveti wrote:
> Since scmversion gets populated during the configure process, the only
> way for the cache to be updated through commits is by either running
> make distclean or by forcing autoconf updates when bootstrap gets called
> (e.g. builddeb).
> 
> Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>

For this series
Reviewed-by: Anders Roxell <anders.roxell@linaro.org>

> ---
>  bootstrap | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bootstrap b/bootstrap
> index 7c3d220..6fd91c8 100755
> --- a/bootstrap
> +++ b/bootstrap
> @@ -4,4 +4,4 @@ aclocal -I config -I m4
>  libtoolize --copy
>  autoheader
>  automake --add-missing --copy --warnings=all
> -autoconf
> +autoconf --force
> -- 
> 2.5.0
>
Maxim Uvarov Feb. 25, 2016, 12:45 p.m. UTC | #2
Merged,
Maxim.

On 02/22/16 22:18, Anders Roxell wrote:
> On 2016-02-22 10:17, Ricardo Salveti wrote:
>> Since scmversion gets populated during the configure process, the only
>> way for the cache to be updated through commits is by either running
>> make distclean or by forcing autoconf updates when bootstrap gets called
>> (e.g. builddeb).
>>
>> Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
> For this series
> Reviewed-by: Anders Roxell <anders.roxell@linaro.org>
>
>> ---
>>   bootstrap | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/bootstrap b/bootstrap
>> index 7c3d220..6fd91c8 100755
>> --- a/bootstrap
>> +++ b/bootstrap
>> @@ -4,4 +4,4 @@ aclocal -I config -I m4
>>   libtoolize --copy
>>   autoheader
>>   automake --add-missing --copy --warnings=all
>> -autoconf
>> +autoconf --force
>> -- 
>> 2.5.0
>>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
Maxim Uvarov May 18, 2016, 11:47 a.m. UTC | #3
this patchset for packages, not for odp, right?

Maxim.

On 02/22/16 22:18, Anders Roxell wrote:
> On 2016-02-22 10:17, Ricardo Salveti wrote:
>> Since scmversion gets populated during the configure process, the only
>> way for the cache to be updated through commits is by either running
>> make distclean or by forcing autoconf updates when bootstrap gets called
>> (e.g. builddeb).
>>
>> Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
> For this series
> Reviewed-by: Anders Roxell <anders.roxell@linaro.org>
>
>> ---
>>   bootstrap | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/bootstrap b/bootstrap
>> index 7c3d220..6fd91c8 100755
>> --- a/bootstrap
>> +++ b/bootstrap
>> @@ -4,4 +4,4 @@ aclocal -I config -I m4
>>   libtoolize --copy
>>   autoheader
>>   automake --add-missing --copy --warnings=all
>> -autoconf
>> +autoconf --force
>> -- 
>> 2.5.0
>>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

diff --git a/bootstrap b/bootstrap
index 7c3d220..6fd91c8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,4 +4,4 @@  aclocal -I config -I m4
 libtoolize --copy
 autoheader
 automake --add-missing --copy --warnings=all
-autoconf
+autoconf --force