Bug 3985 - "help" target's defconfig list needs sort
Summary: "help" target's defconfig list needs sort
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 trivial
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-17 02:07 UTC by Danomi Mocelopolis
Modified: 2011-07-17 20:19 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
patch file to add sort to "help" target's defconfig list (672 bytes, patch)
2011-07-17 02:07 UTC, Danomi Mocelopolis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Danomi Mocelopolis 2011-07-17 02:07:08 UTC
Created attachment 3481 [details]
patch file to add sort to "help" target's defconfig list

The latest "make" version, 3.82, changed the behavior of "wildcard" to no longer sort its output.  The result is that the defconfig list in buildroot's "help" target now lists things in some bizarro order.  Not good for those of us who manage multiple configurations.  It would help if a "sort" were added.  A patch is attached.
Comment 1 Peter Korsgaard 2011-07-17 20:19:53 UTC
Committed, thanks