lwip/contrib/ports
Erik Ekman 63fb3721ef ports/unix/check: Split depfiles for faster build
Having just one depfile (.depend) means it has to be fully regenerated
on every change, and it can't be done in parallel.

After this change the rebuild time after touching a single test file has
gone from 5.0 to 0.9 seconds. (make -j12)

Build of tests from clean has gone from 8.1 to 5.5s.

We could go even further and have one depfile per c-file, but this felt
like a simple first step giving a nice improvement.
2020-12-03 21:41:31 +01:00
..
freertos Fix bug #55017: Wrong return value in sys_arch_mbox_tryfetch() in FreeRTOS port 2018-11-13 20:34:18 +01:00
unix ports/unix/check: Split depfiles for faster build 2020-12-03 21:41:31 +01:00
win32 PPP: Change data argument in sio_write to const 2020-12-03 09:47:00 +01:00
CMakeCommon.cmake Fix bug #56003: -Wc++-compat causes build failure when using mbedtls 2019-03-26 20:11:37 +01:00
Common.allports.mk Adapt several comments to contrib rep move 2018-10-02 12:42:14 +02:00