On 2015-12-17 at 15:00 "'Davide Libenzi' via Akaros" <[email protected]> wrote: > About the build info, yes, it is intetionally generate after a clean. > Not sure what to do there, w/out force-triggering a new compile+link > every time. > If that's OK, I can do that (maybe in a future CL).
Sounds good; we can deal with this in the future. I think there's a way to rebuild the buildinfo when we change commits and also to not require a new total recompilation every time there's a new commit. We can probably have a file that tracks the commit version. If the git rev-parse != the contents of the file, we recreate the file. Then buildinfo depends on that file. Merged to master at 080cf1ff0e75..345158006a10 (from, to] You can see the entire diff with 'git diff' or at https://github.com/brho/akaros/compare/080cf1ff0e75...345158006a10 Barret -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
