From 0b066fe8546223ceb3de12b8ab1fd5d12da4d42a Mon Sep 17 00:00:00 2001 From: remittor Date: Wed, 31 Dec 2025 09:51:06 +0300 Subject: [PATCH] Revert "xmake: Fix warning "your configuration is out of sync"" This reverts commit b788e7e1654699314a2ddfd735b898a844908671. --- xmake.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/xmake.sh b/xmake.sh index ca0ca75..f44e9fb 100755 --- a/xmake.sh +++ b/xmake.sh @@ -322,8 +322,6 @@ function build_target { make_jobs=$( grep processor /proc/cpuinfo | tail -n 1 | awk '{print $3}' ) fi - cp -af $XDIR/.config $XDIR/tmp/.config - #make tools/install -j$make_jobs #make toolchain/install -j$make_jobs