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

jom doesn't support globbing (wildcard characters)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 3.0.1
    • Qt Creator 2.5.2
    • Jom
    • None
    • ec14a51bff1d11382c5c879942fb335f177fdd44

    Description

      jom doesn't support globbing in recipes.
      Consider the following makefile:

      all: *.*
      	@echo $?
      

      jom output:

      C:\Apps\jom>jom
      
      jom 1.0.13 - empower your cores
      
      Error: dependent '*.*' does not exist.
      

      nmake output:

      C:\Apps\jom>nmake
      
      Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
      Copyright (C) Microsoft Corporation.  All rights reserved.
      
      . .. changelog.txt ibjom.cmd jom.exe Makefile profile.xml
      

      gnu make output:

      C:\Apps\jom>mingw32-make.exe
      changelog.txt ibjom.cmd jom.exe profile.xml
      

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            hellclown Dmitry Yelizarov
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes