Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows us to fix the long-standing bug that libremessages forces
TEXTDOMAIN=libretools
|
|
|
|
Conflicts:
src/lib/conf.sh
|
|
https://labs.parabola.nu/issues/438
|
|
|
|
|
|
|
|
|
|
|
|
* Add a bunch of man-pages
* Add some comments to conf.sh
* Add more information to librelib:usage()
|
|
|
|
|
|
|
|
|
|
|
|
- Don't set LANG=C in common.sh
- Move TEXTDOMAIN stuff into common.sh; so devtools stuff will use it.
- Add _(): Basically an alias for `gettext`, but falls back if gettext is
not available.
- Add panic(): First showed up in `distcc-tool`, does what it sounds like.
- Add prose(), bullet(), and flag(): they do word wrapping and such to
make it easy to internationalize `--help` text.
- Teach common.mk how to make .pot files based on these routines.
|
|
chroot-tools
|