Changeset 1069


Ignore:
Timestamp:
Sep 9, 2011, 2:56:34 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: configure.cmd: Only generate root Makefile in non-debug_and_release builds.

This is enough to start building and significantly saves time (e.g. Makefiles for webkit are
really huge). All other makefiles will be generated as needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r1067 r1069  
    23482348     * Makefile targets and make will complain Makefiles are missing which
    23492349     * I consider as a qmake bug) */
    2350     address "cmd" G.MAKE "-f" G.OutPath"\Makefile" "qmake"
    2351     make_rc = rc
    2352     /* exit on failure */
    2353     if (make_rc \= 0)  then
    2354         call Done 2
     2350    if (G.CFG_DEBUG_RELEASE == "yes") then do
     2351        address "cmd" G.MAKE "-f" G.OutPath"\Makefile" "qmake"
     2352        make_rc = rc
     2353        /* exit on failure */
     2354        if (make_rc \= 0)  then
     2355            call Done 2
     2356    end
    23552357
    23562358    /*--------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.