Linux: remove "-j" Makefile option, add dependencies
This commit is contained in:
parent
976cc9fd3a
commit
5b41bb145e
@ -5,11 +5,13 @@ sources:
|
|||||||
- config
|
- config
|
||||||
build-dependances:
|
build-dependances:
|
||||||
- flex
|
- flex
|
||||||
|
- bison
|
||||||
|
- perl
|
||||||
|
|
||||||
options:
|
options:
|
||||||
# WARNING: this has to be the same environment variables used
|
# WARNING: this has to be the same environment variables used
|
||||||
# during the creation of the config file
|
# during the creation of the config file
|
||||||
- make: -j5 CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf HOSTCC=clang HOSTCXX=clang++ HOSTAR=llvm-ar HOSTLD=ld.lld
|
- make: CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf HOSTCC=clang HOSTCXX=clang++ HOSTAR=llvm-ar HOSTLD=ld.lld
|
||||||
|
|
||||||
@configure
|
@configure
|
||||||
cd '%{name}-%{version}'
|
cd '%{name}-%{version}'
|
||||||
|
Reference in New Issue
Block a user