Age | Commit message (Collapse) | Author |
|
|
|
|
|
This changes libremessages:flag to treat would-be flagnames ending with ':'
specially--as a sub-heading in the list of flags. The next argument is
taken to be the next flag, not a description.
|
|
When using /bin/sh instead of bash (a terrible idea, but whatev), the
'-' is an invalid charater in an identifier.
|
|
|
|
|
|
|
|
Well, [.!?] really--this matches the behavior of `fmt -u`.
|
|
This allows the descriptions to all be aligned together.
|
|
Because I was using -le instead of -lt, all of the math was off by one,
which was negated by only one space in the separator in the format string.
|
|
|
|
Mostly so that when I compulsivly hit M-q, it doesn't screw up.
|
|
|
|
|
|
of errors
|
|
|
|
|
|
|
|
|
|
Also, sha224sums, which is not actually mentioned in the makepkg
documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I don't like how much longer this is than the Makefile, but most of it is
option parsing and usage text.
|
|
|
|
|
|
I remember now that config.mk's change to ?= was so that xbs Makefiles
could override $(binder). That was stupid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|