Changes between Initial Version and Version 1 of Ticket #63055, comment 5


Ignore:
Timestamp:
Jun 8, 2021, 2:05:46 PM (3 years ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63055, comment 5

    initial v1  
    33https://github.com/macports/macports-base/blob/d148e62c89c0fee07e202dd64b132e6134e7537e/src/port1.0/portbuild.tcl#L175
    44
    5 is I believe supposed to catch build systems that are not known to support the `-j` option, but clearly fails in this case as the custom build script matches `*make*`. maybe that check should be made more robust, so somehow make sure it only matches the `make`, `ninja` and 'scons` build commands ?
     5is I believe supposed to catch build systems that are not known to support the `-j` option, but clearly fails in this case as the custom build script matches `*make*`. Maybe that check should be made more robust, so somehow make sure it only matches the `make`, `ninja` and `scons` build commands ?