diff options
author | Chris Evich <cevich@redhat.com> | 2021-04-08 08:55:56 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-04-12 10:19:51 -0400 |
commit | 0e83851f080f67a7008f43136e46195a0a658819 (patch) | |
tree | a25c828d5f179399c78390ff7d4bb37e59afa737 /RELEASE_NOTES.md | |
parent | 5a703bbf7a73ef4ab3ee99db885c206abf773a49 (diff) | |
download | podman-0e83851f080f67a7008f43136e46195a0a658819.tar.gz podman-0e83851f080f67a7008f43136e46195a0a658819.tar.bz2 podman-0e83851f080f67a7008f43136e46195a0a658819.zip |
Simplify Makefile help target
An in-line Python script, while flexible, is arguably
more complex and less stable than the long-lived `grep`,
`awk`, and `printf`. Make use of these simple tools
to display a column-aligned table of target and description
help output.
Also, the first target that appears in a Makefile is considered
the default (when no target is specified on the command-line).
However, despite it's name, the `default` target was not listed
first. Fix this, and redefine "default" target to "all" as
intended, instead of "help".
Lastly, add a small workaround for a vim syntax-hilighting bug.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'RELEASE_NOTES.md')
0 files changed, 0 insertions, 0 deletions