nuttx-apps/canutils/lely-canopen
Shunchao Hu 231ac397a7 canutils/lely-canopen: avoid patch reapply on repeated builds.
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>
2026-04-03 11:18:21 +02:00
..
.gitignore Lely CANopen port 2022-10-22 23:31:26 +08:00
0001-tools-eliminate-multiple-definitions-of-poll-compile.patch fix build for canutilis/lely-canopen 2025-03-22 08:53:26 +08:00
0002-tools-coctl.c-fix-printf-issues.patch fix build for canutilis/lely-canopen 2025-03-22 08:53:26 +08:00
0003-src-co-nmt.c-fix-compilation.patch fix build for canutilis/lely-canopen 2025-03-22 08:53:26 +08:00
0004-tools-coctl.c-add-missing-mutex-init.patch fix build for canutilis/lely-canopen 2025-03-22 08:53:26 +08:00
0005-add-NuttX-support.patch canutils: use bps units for bitrate in SocketCAN interfaces. 2025-04-17 15:39:43 +08:00
CMakeLists.txt fix build for canutilis/lely-canopen 2025-03-22 08:53:26 +08:00
Kconfig fix build for canutilis/lely-canopen 2025-03-22 08:53:26 +08:00
Make.defs canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile canutils/lely-canopen: avoid patch reapply on repeated builds. 2026-04-03 11:18:21 +02:00