patacongo commented on issue #3799:
URL:
https://github.com/apache/incubator-nuttx/issues/3799#issuecomment-850630244
I took the time to do the git bisect to find the comment that caused this
build failure. On each step of the bisection, I did the following:
make distclean
git checkout <revision>
tools/configure.sh -c stm32f4discovery:kostest
make staging/libc.a
git bisect <good|bad> <revision>
The final step of the bisection reported:
$ git bisect bad
d5b6ec450fde069a4e64569b0eb7e4fcb3b96e83 is the first bad commit
commit d5b6ec450fde069a4e64569b0eb7e4fcb3b96e83
Author: Matias N <[email protected]>
Date: Wed Nov 18 13:44:58 2020 -0300
Parallelize depend file generation
arch/arm/src/Makefile | 7 +++++--
arch/avr/src/Makefile | 7 +++++--
arch/hc/src/Makefile | 7 +++++--
arch/mips/src/Makefile | 7 +++++--
arch/misoc/src/Makefile | 7 +++++--
arch/or1k/src/Makefile | 7 +++++--
arch/renesas/src/Makefile | 6 +++++-
arch/risc-v/src/Makefile | 7 +++++--
arch/sim/src/Makefile | 7 +++++--
arch/x86/src/Makefile | 7 +++++--
arch/x86_64/src/Makefile | 7 +++++--
arch/xtensa/src/Makefile | 7 +++++--
audio/Makefile | 6 +++++-
binfmt/Makefile | 6 +++++-
boards/Makefile | 11 +++++------
crypto/Makefile | 6 +++++-
drivers/Makefile | 6 +++++-
fs/Makefile | 6 +++++-
graphics/Makefile | 6 +++++-
libs/libc/Makefile | 12 ++++++++++--
libs/libc/bin/Makefile | 2 +-
libs/libc/zoneinfo/Makefile | 6 +++++-
libs/libdsp/Makefile | 6 +++++-
libs/libnx/Makefile | 12 ++++++++++--
libs/libnx/kbin/Makefile | 2 +-
libs/libxx/Makefile | 6 +++++-
mm/Makefile | 12 ++++++++++--
net/Makefile | 6 +++++-
openamp/Makefile | 6 +++++-
pass1/Makefile | 6 +++++-
sched/Makefile | 6 +++++-
syscall/Makefile | 7 +++++--
tools/Config.mk | 17 +++++++++++++++++
video/Makefile | 6 +++++-
wireless/Makefile | 6 +++++-
35 files changed, 194 insertions(+), 54 deletions(-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]