Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.5.2
-
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
For Gerrit Dashboard: QTCREATORBUG-10439 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
75200,1 | support globbing in dependency lines | master | qt-labs/jom | Status: MERGED | +2 | 0 |