Bug 1753 - lmbench: convert to generic package infrastructure
Summary: lmbench: convert to generic package infrastructure
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: 2010.05
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 03:20 UTC by Kelvin Cheung
Modified: 2010-06-08 20:37 UTC (History)
1 user (show)

See Also:
Host: Kubuntu 9.10
Target: armv4
Build:


Attachments
lmbench: convert to autotools infrastructure (2.35 KB, patch)
2010-05-11 03:20 UTC, Kelvin Cheung
Details
convert lmbench to generic package infrastructure (2.63 KB, patch)
2010-06-08 05:33 UTC, Kelvin Cheung
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kelvin Cheung 2010-05-11 03:20:56 UTC
Created attachment 1717 [details]
lmbench: convert to autotools infrastructure

Convert lmbench to autotools infrastructure
Comment 1 Thomas Petazzoni 2010-06-07 10:24:17 UTC
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!
Comment 2 Kelvin Cheung 2010-06-08 05:33:50 UTC
Created attachment 1951 [details]
convert lmbench to generic package infrastructure
Comment 3 Peter Korsgaard 2010-06-08 20:37:50 UTC
Committed, thanks