Bug 3985

Summary: "help" target's defconfig list needs sort
Product: buildroot Reporter: Danomi Mocelopolis <d_mo1234>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: trivial CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: patch file to add sort to "help" target's defconfig list

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