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

The operation of the batch mode is different from nmake

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • Qt Creator 4.4.0
    • Jom
    • None

    Description

      jom 1.1.2

      -------------------------------------

      >dir/b
      ab.txt
      cd.txt
      makefile.mak

      -------------------------------------

      >type makefile.mak
      .SUFFIXES: .txt

      file_list = \
              ab.dat \
              cd.dat

      all: $(file_list)

      .txt.dat::
              type $< > test.dat 2>nul

      -------------------------------------

      >nmake -nologo -f makefile.mak
              type ab.txt cd.txt  > test.dat 2>nul

      -------------------------------------

      >jom -lf makefile.mak
              type ab.txt  > test.dat 2>nul
              type cd.txt  > test.dat 2>nul

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            fieldflag field flag
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes