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

'.' is not a valid target

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 2.0.0
    • Qt Creator 1.3.1
    • Jom
    • None

    Description

      In my makefiles, I try to make sure that output directories always exist before they are used. In the default case, the output directory is simply '.'. So you get:
      X = .
      $(X):
      @if not exist $(X) @echo mkdir $(X) & @mkdir $(X)

      all: $(X)

      jom flags the second line as a syntax error. Nmake does accept '.' as a valid target.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            ztarem Zvi Tarem
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes