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

Additional character consumed after $(@)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • Qt Creator 3.6.0
    • Jom
    • None
    • Windows 7
      jom version 1.1.1

    Description

      When $(@) is parsed, it incorrectly consumes the next character. For example, in the following, the executable name would be defined as
      "thing.exeone.obj"

      thing.exe: one.obj two.obj
      LINK $(LINKFLAGS) /OUT:$(@) $**

      Putting in two spaces between the arguments mitigates the problem as does using the $@ form.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            -.KEXjBINOI-WYlb PAUL NYSTROM
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes