nuttx-apps/canutils
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
..
candump signals: fix build and runtime issues when signals all isabled 2026-01-19 22:55:19 +08:00
canlib canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
cansend canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
lely-canopen canutils/lely-canopen: avoid patch reapply on repeated builds. 2026-04-03 11:18:21 +02:00
libcanutils canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
libdronecan canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
libobd2 canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
libopencyphal canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
slcan canutils/slcan: explicitly manage the interface. 2025-04-23 22:30:47 +08:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
CMakeLists.txt canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Make.defs canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile canutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00