Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-10518

auto-update Makefile

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Out of scope
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • Jom
    • None

      jom should support the feature known from gnu make to allow Makefiles to refresh themselves, following this algorithm:

      start:
         read Makefile
         if there is a target matching the current Makefile:
            if it is outdated:
               execute commands
               goto start
         rest of makefile processing ...  
      

      note that this is literally the algorithm: if the commands don't actually update the makefile, gmake goes into a loop. this is potentially useful, so i wouldn't bother limiting it.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jbornema Joerg Bornemann
            buddenha Oswald Buddenhagen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes