Skip to content
  • Brad King's avatar
    ENH: Cleanup make progress rule generation code · cd83f197
    Brad King authored
    This cleans up the Makefile generator's progress rule code.  Instead of
    keeping every cmMakefileTargetGenerator instance alive to generate
    progress, we keep only the information necessary in a single table.
    This approach keeps most of the code in cmGlobalUnixMakefileGenerator3,
    thus simplifying its public interface.
    cd83f197