2019-06-05 Fred Gleason <fredg@paravelsystems.com>

* Added a 'AX_COUNT_CPUS()' autoconf macro.
	* Modified the 'make rpm' target to use one less than the total
	available CPU cores.
This commit is contained in:
Fred Gleason
2019-06-05 16:48:16 -04:00
parent ce63fa5ac0
commit ccb8f973ce
4 changed files with 158 additions and 41 deletions

View File

@@ -111,7 +111,7 @@ associated with.
%build
export PYTHON=/usr/bin/python3.6
%configure --libexecdir=@libexecdir@ --sysconfdir=@sysconfdir@ @RDXPORTDEBUG@
make -j 10
make -j @CPUS_AVAIL@
%install