Правила сборки для ЗОСРВ "Нейтрино" редакции 2020
Этот коммит содержится в:
родитель
89cfa48c1c
Коммит
841e15bd9c
1
Makefile
Обычный файл
1
Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include recurse.mk
|
16
README.md
Обычный файл
16
README.md
Обычный файл
@ -0,0 +1,16 @@
|
|||||||
|
Сборка проекта в ЗОСРВ "Нейтрино" редакции 2020
|
||||||
|
===============================================
|
||||||
|
|
||||||
|
Для всех архитектур
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
```
|
||||||
|
make -j16 install
|
||||||
|
```
|
||||||
|
|
||||||
|
Только для x86
|
||||||
|
--------------
|
||||||
|
|
||||||
|
```
|
||||||
|
CPULIST=x86 make -j16 install
|
||||||
|
```
|
2
smartmontools/Makefile
Обычный файл
2
smartmontools/Makefile
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
LIST=OS
|
||||||
|
include recurse.mk
|
14
smartmontools/common.mk
Обычный файл
14
smartmontools/common.mk
Обычный файл
@ -0,0 +1,14 @@
|
|||||||
|
ifndef QCONFIG
|
||||||
|
QCONFIG=qconfig.mk
|
||||||
|
endif
|
||||||
|
include $(QCONFIG)
|
||||||
|
|
||||||
|
CONFIGUREFLAGS += -C
|
||||||
|
CONFIGUREFLAGS += -prefix=/usr
|
||||||
|
|
||||||
|
CCFLAGS += -DSA_RESTART=0
|
||||||
|
USEFILE=%1>%C --help
|
||||||
|
USETARGET=$(DESTDIR)/usr/bin/smartctl
|
||||||
|
|
||||||
|
include $(MKFILES_ROOT)/autotools.mk
|
||||||
|
include $(MKFILES_ROOT)/qtargets.mk
|
2
smartmontools/nto/Makefile
Обычный файл
2
smartmontools/nto/Makefile
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
LIST=CPU
|
||||||
|
include recurse.mk
|
2
smartmontools/nto/aarch64/Makefile
Обычный файл
2
smartmontools/nto/aarch64/Makefile
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
LIST=VARIANT
|
||||||
|
include recurse.mk
|
1
smartmontools/nto/aarch64/o.le/Makefile
Обычный файл
1
smartmontools/nto/aarch64/o.le/Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include ../../../common.mk
|
2
smartmontools/nto/arm/Makefile
Обычный файл
2
smartmontools/nto/arm/Makefile
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
LIST=VARIANT
|
||||||
|
include recurse.mk
|
1
smartmontools/nto/arm/o.le.v7/Makefile
Обычный файл
1
smartmontools/nto/arm/o.le.v7/Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include ../../../common.mk
|
1
smartmontools/nto/arm/o.le/Makefile
Обычный файл
1
smartmontools/nto/arm/o.le/Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include ../../../common.mk
|
2
smartmontools/nto/e2k/Makefile
Обычный файл
2
smartmontools/nto/e2k/Makefile
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
LIST=VARIANT
|
||||||
|
include recurse.mk
|
1
smartmontools/nto/e2k/o.le/Makefile
Обычный файл
1
smartmontools/nto/e2k/o.le/Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include ../../../common.mk
|
2
smartmontools/nto/mips/Makefile
Обычный файл
2
smartmontools/nto/mips/Makefile
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
LIST=VARIANT
|
||||||
|
include recurse.mk
|
1
smartmontools/nto/mips/o.be/Makefile
Обычный файл
1
smartmontools/nto/mips/o.be/Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include ../../../common.mk
|
1
smartmontools/nto/mips/o.le.mc/Makefile
Обычный файл
1
smartmontools/nto/mips/o.le.mc/Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include ../../../common.mk
|
1
smartmontools/nto/mips/o.le/Makefile
Обычный файл
1
smartmontools/nto/mips/o.le/Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include ../../../common.mk
|
2
smartmontools/nto/ppc/Makefile
Обычный файл
2
smartmontools/nto/ppc/Makefile
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
LIST=VARIANT
|
||||||
|
include recurse.mk
|
1
smartmontools/nto/ppc/o.be.spe/Makefile
Обычный файл
1
smartmontools/nto/ppc/o.be.spe/Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include ../../../common.mk
|
1
smartmontools/nto/ppc/o.be/Makefile
Обычный файл
1
smartmontools/nto/ppc/o.be/Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include ../../../common.mk
|
2
smartmontools/nto/x86/Makefile
Обычный файл
2
smartmontools/nto/x86/Makefile
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
LIST=VARIANT
|
||||||
|
include recurse.mk
|
1
smartmontools/nto/x86/o/Makefile
Обычный файл
1
smartmontools/nto/x86/o/Makefile
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
include ../../../common.mk
|
0
www/Makefile.dnm
Обычный файл
0
www/Makefile.dnm
Обычный файл
Загрузка…
Ссылка в новой задаче
Block a user