Compare commits
2 Commits
6.1
...
neutrino/2
Author | SHA1 | Date | |
---|---|---|---|
a3a528ce3f | |||
4643de2214 |
@ -4,13 +4,13 @@
|
||||
Для всех архитектур:
|
||||
|
||||
```
|
||||
make -j16 install
|
||||
make -j16 INSTALL_ROOT_nto=<директория> install
|
||||
```
|
||||
|
||||
Только для x86:
|
||||
|
||||
```
|
||||
CPULIST=x86 make -j16 install
|
||||
CPULIST=x86 make -j16 INSTALL_ROOT_nto=<директория> install
|
||||
```
|
||||
|
||||
**Порт nano проверен на работоспособность условно и, вероятно, потребует дополнительной адаптации.**
|
||||
|
@ -31,7 +31,7 @@ modules="
|
||||
|
||||
# Make sure the local gnulib git repo is up-to-date.
|
||||
if [ ! -d "gnulib" ]; then
|
||||
git clone --depth=1111 ${gnulib_url}
|
||||
git clone ${gnulib_url}
|
||||
fi
|
||||
cd gnulib >/dev/null || exit 1
|
||||
curr_hash=$(git log -1 --format=%H)
|
||||
|
Loading…
Reference in New Issue
Block a user