| Summary: | "help" target's defconfig list needs sort | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Danomi Mocelopolis <d_mo1234> |
| Component: | Other | Assignee: | 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 | ||
Committed, thanks |
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.