Skip to content
Commit 1270549a authored by Carlos O'Donell's avatar Carlos O'Donell
Browse files

scripts: Add sort-makefile-lines.py to sort Makefile variables.



The scripts/sort-makefile-lines.py script sorts Makefile variables
according to project expected order.

The script can be used like this:

$ scripts/sort-makefile-lines.py < elf/Makefile > elf/Makefile.tmp
$ mv elf/Makefile.tmp elf/Makefile

Reviewed-by: default avatarSiddhesh Poyarekar <siddhesh@sourceware.org>
parent ab5aa2ee
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment