Changes between Initial Version and Version 1 of Ticket #63055, comment 5
- Timestamp:
- Jun 8, 2021, 2:05:46 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63055, comment 5
initial v1 3 3 https://github.com/macports/macports-base/blob/d148e62c89c0fee07e202dd64b132e6134e7537e/src/port1.0/portbuild.tcl#L175 4 4 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 ?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 ?