mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +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> |
||
|---|---|---|
| .. | ||
| candump | ||
| canlib | ||
| cansend | ||
| lely-canopen | ||
| libcanutils | ||
| libdronecan | ||
| libobd2 | ||
| libopencyphal | ||
| slcan | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Make.defs | ||
| Makefile | ||