| Summary: | lmbench: convert to generic package infrastructure | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Kelvin Cheung <keguang.zhang> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2010.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Kubuntu 9.10 | Target: | armv4 |
| Build: | |||
| Attachments: |
lmbench: convert to autotools infrastructure
convert lmbench to generic package 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 |
Created attachment 1717 [details] lmbench: convert to autotools infrastructure Convert lmbench to autotools infrastructure