Skip to content

Autogen: Rebuild AUTORCC if the rcc executable is newer than its output

Sebastian Holtermann requested to merge sebholt/cmake:autorcc_timestamp into master

In AUTORCC:

  • add a test if the rcc executable is newer that the rcc output. If the rcc executable is newer, rebuild the output.
  • overhaul the verbose log messages to look similar to the AUTOMOC and AUTOUIC log messages
  • avoid message chopping in concurrent builds by writing the whole log message as one string
  • cleanups

Merge request reports