]> git.draconx.ca Git - upkg.git/commitdiff
Improve incremental builds with unmodified GOB headers.
authorNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2020 22:39:30 +0000 (17:39 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2020 22:43:34 +0000 (17:43 -0500)
It's nice to not touch header files which are unchanged during an
incremental build, because that will trigger pointless rebuilds of
other files.  Pass --no-touch-headers to gob2 which enables this
behaviour.

Add a dist-hook to update the header timestamps when distributing
so that everything is fully up-to-date in the tarball.


No differences found