Message ID | 1456147056-767-1-git-send-email-ricardo.salveti@linaro.org |
---|---|
State | Accepted |
Commit | b89ea5befd29070434ea1041955a18f797dadc51 |
Headers | show |
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 >
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
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 --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
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(-)