Limit _smp_mflags to max 16

- patch from Dennis Gilmore
This commit is contained in:
Panu Matilainen 2010-01-22 15:02:51 +02:00
parent ab53232420
commit 3a2d93f311
1 changed files with 2 additions and 1 deletions

3
macros
View File

@ -67,7 +67,8 @@
%_smp_mflags %([ -z "$RPM_BUILD_NCPUS" ] \\\
&& RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"; \\\
[ "$RPM_BUILD_NCPUS" -gt 1 ] && echo "-j$RPM_BUILD_NCPUS")
if [ "$RPM_BUILD_NCPUS" -gt 16 ]; then echo "-j16"; \\\
elif [ "$RPM_BUILD_NCPUS" -gt 1 ]; then echo "-j$RPM_BUILD_NCPUS"; fi)
#==============================================================================
# ---- Build policy macros.