xmake: Fix warning "your configuration is out of sync"

This commit is contained in:
remittor
2025-12-30 14:16:17 +03:00
parent 9cc255858e
commit 6cd0f64b8d

View File

@@ -322,6 +322,8 @@ function build_target {
make_jobs=$( grep processor /proc/cpuinfo | tail -n 1 | awk '{print $3}' ) make_jobs=$( grep processor /proc/cpuinfo | tail -n 1 | awk '{print $3}' )
fi fi
cp -af $XDIR/.config $XDIR/tmp/.config
#make tools/install -j$make_jobs #make tools/install -j$make_jobs
#make toolchain/install -j$make_jobs #make toolchain/install -j$make_jobs