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

First prerequisite $<

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • None
    • Jom
    • None
    • Jom 1_1_3

    • Windows

    Description

      Using the CONFIG+=silent option causes the CC, CXX and LINKER to be replaced by an echo followed by the invocation of that program. The first two use "$<" which currently isn't supported by Jom. Is it possible to add support for this automatic variable?

      The generated Makefile contains 
      CC = @echo compiling $< && gcc
      CXX = @echo compiling $< && g++

      Which results in a "&& was unexpected at this time.".

      ps: this is using Jom as mingw-make replacement (cf. QTCREATORBUG-4409)

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            koen.poppe koen.poppe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes