* [Buildroot] [Bug 1753] New: lmbench: convert to autotools infrastructure
@ 2010-05-11 3:20 bugzilla at busybox.net
2010-06-07 10:24 ` [Buildroot] [Bug 1753] " bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2010-05-11 3:20 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1753
Host: Kubuntu 9.10
Target: armv4
Summary: lmbench: convert to autotools infrastructure
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: keguang.zhang at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created attachment 1717
--> https://bugs.busybox.net/attachment.cgi?id=1717
lmbench: convert to autotools infrastructure
Convert lmbench to autotools infrastructure
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] [Bug 1753] lmbench: convert to autotools infrastructure 2010-05-11 3:20 [Buildroot] [Bug 1753] New: lmbench: convert to autotools infrastructure bugzilla at busybox.net @ 2010-06-07 10:24 ` bugzilla at busybox.net 2010-06-08 5:33 ` bugzilla at busybox.net ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2010-06-07 10:24 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=1753 --- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- 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! -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 1753] lmbench: convert to autotools infrastructure 2010-05-11 3:20 [Buildroot] [Bug 1753] New: lmbench: convert to autotools infrastructure bugzilla at busybox.net 2010-06-07 10:24 ` [Buildroot] [Bug 1753] " bugzilla at busybox.net @ 2010-06-08 5:33 ` bugzilla at busybox.net 2010-06-08 5:34 ` [Buildroot] [Bug 1753] lmbench: convert to generic package infrastructure bugzilla at busybox.net 2010-06-08 20:37 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2010-06-08 5:33 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=1753 Kelvin Cheung <keguang.zhang@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1717|0 |1 is obsolete| | --- Comment #2 from Kelvin Cheung <keguang.zhang@gmail.com> --- Created attachment 1951 --> https://bugs.busybox.net/attachment.cgi?id=1951 convert lmbench to generic package infrastructure -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 1753] lmbench: convert to generic package infrastructure 2010-05-11 3:20 [Buildroot] [Bug 1753] New: lmbench: convert to autotools infrastructure bugzilla at busybox.net 2010-06-07 10:24 ` [Buildroot] [Bug 1753] " bugzilla at busybox.net 2010-06-08 5:33 ` bugzilla at busybox.net @ 2010-06-08 5:34 ` bugzilla at busybox.net 2010-06-08 20:37 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2010-06-08 5:34 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=1753 Kelvin Cheung <keguang.zhang@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|lmbench: convert to |lmbench: convert to generic |autotools infrastructure |package infrastructure -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 1753] lmbench: convert to generic package infrastructure 2010-05-11 3:20 [Buildroot] [Bug 1753] New: lmbench: convert to autotools infrastructure bugzilla at busybox.net ` (2 preceding siblings ...) 2010-06-08 5:34 ` [Buildroot] [Bug 1753] lmbench: convert to generic package infrastructure bugzilla at busybox.net @ 2010-06-08 20:37 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2010-06-08 20:37 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=1753 Peter Korsgaard <jacmet@uclibc.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> --- Committed, thanks -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-06-08 20:37 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-05-11 3:20 [Buildroot] [Bug 1753] New: lmbench: convert to autotools infrastructure bugzilla at busybox.net 2010-06-07 10:24 ` [Buildroot] [Bug 1753] " bugzilla at busybox.net 2010-06-08 5:33 ` bugzilla at busybox.net 2010-06-08 5:34 ` [Buildroot] [Bug 1753] lmbench: convert to generic package infrastructure bugzilla at busybox.net 2010-06-08 20:37 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox