This is an automated email from the ASF dual-hosted git repository. fdcavalcanti pushed a commit to branch feature/test-laczen-tool in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 64c553a11fce1a82dc080a1516e2ca848cec9600 Author: Filipe Cavalcanti <[email protected]> AuthorDate: Mon Dec 22 10:34:16 2025 -0300 test ln instead of cp --- tools/Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Config.mk b/tools/Config.mk index 93d185f17f8..c7b6c60128f 100644 --- a/tools/Config.mk +++ b/tools/Config.mk @@ -635,7 +635,7 @@ define CLONE if [ ! -d $3 ]; then \ git clone --quiet $1 $3; \ fi; \ - cp -fr $3 $2; \ + ln -sf $3 $2; \ fi $(ECHO_END) endef
