Created attachment 1717 [details] lmbench: convert to autotools infrastructure Convert lmbench to autotools infrastructure
From the LMBENCH_CONFIGURE_CMDS definition, it looks like lmbench doesn't use a ./configure generated by autoconf. If it's the case, the .mk should not use the AUTOTARGETS infrastructure, but the GENTARGETS infrastructure. Moreover, I think I'd prefer if the sed modifications on the Makefile were done through a patch rather than directly in the .mk file. Thanks!
Created attachment 1951 [details] convert lmbench to generic package infrastructure
Committed, thanks