mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-31 19:13:39 +05:00
xmake: Fix warning "your configuration is out of sync"
This commit is contained in:
2
xmake.sh
2
xmake.sh
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user