parallel make is busted atm

Signed-off-by: Jarod Wilson <jarod@redhat.com>
epel8
Jarod Wilson 15 years ago
parent 9108bef90d
commit 7aaddef92a

@ -196,7 +196,9 @@ chmod +x daemons/input_map.sh
%endif
--with-syslog=LOG_DAEMON \
--with-driver=userspace
make %{?_smp_mflags}
# make %{?_smp_mflags}
# parallel makes are currently busted, do single-threaded for now
make
%install
rm -rf $RPM_BUILD_ROOT __docs

Loading…
Cancel
Save