]> source.dussan.org Git - tigervnc.git/commit
Avoid .la files getting removed on "make clean"
authorPierre Ossman <ossman@cendio.se>
Tue, 29 Oct 2024 14:57:29 +0000 (15:57 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 29 Oct 2024 15:00:06 +0000 (16:00 +0100)
commit9f51fcf8a07b53bb0726a988c91ded7799eeb496
treef521814ef5b496f7743d427080e89457c0f6fd78
parent9e15952d02e01b8e19e7459bcabcd47dc63a1726
Avoid .la files getting removed on "make clean"

These are generated during the cmake stage, but cmake thinks they are
generated during the build stage because of our rule to update the
timestamp on them. As a result, it thinks they should be removed when
doing "make clean".

There doesn't seems to be an easy way to tell cmake to leave these
alone. So instead, point cmake to a different marker file when updating
the timestamps. We don't care if that gets removed as it has no valuable
contents.
cmake/Modules/CMakeMacroLibtoolFile.cmake