If I'm trying to compile judy on a multicore sytem with the %{?_smp_mflags} in the rpm file which I have created, I will get the following error message:
cd man/man3; ln -s JudyHS JHSFA
../tool/jhton ext/JudyHS_funcs_3.htm | grep -v '^[ ]*$' | sed -e 's/\.C//' > man/man3/JudyHS_funcs
make[2]: *** No rule to make target `man/man3/JudyLNextEmpty', needed by `all-am'. Stop.
make[2]: *** Waiting for unfinished jobs....
cd man/man3; ln -s JudyHS_funcs JudyHSGet
cd man/man3; ln -s JudyHS_funcs JudyHSIns
The whole build log you may find at:
http://www.herr-schmitt.de/pub/judy/build.log
Best Regards:
Jochen Schmitt