mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-09 14:35:12 +00:00
The patch step currently uses a phony target, so it is executed again when the build is repeated in the same source tree. In that case `patch -N` detects previously applied patches and returns 1, which make treats as a failure. Replace the phony patch target with a stamped `.patched` file so the patch step is not re-run unnecessarily. Fixes #3188 Signed-off-by: Shunchao Hu <ankohuu@gmail.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| 0001-tools-eliminate-multiple-definitions-of-poll-compile.patch | ||
| 0002-tools-coctl.c-fix-printf-issues.patch | ||
| 0003-src-co-nmt.c-fix-compilation.patch | ||
| 0004-tools-coctl.c-add-missing-mutex-init.patch | ||
| 0005-add-NuttX-support.patch | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||