Age | Commit message (Collapse) | Author |
|
|
|
It uses tabs, no spaces.
|
|
The last releases included big files that increased the size of the compressed file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
while writing to it can fail randomly)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
problems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Allow to configure destination directories to fulfill the needs of
different distributions
- Support DESTDIR variable for staging installation when packaging
- Do not set user/group to root. It requires 'make install' to run as
root, but then this is the default behaviour anyways.
|
|
sys.stdout and sys.stderr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Many systems (including Debian, Ubuntu and derivatives like Linux Mint) use
Dash as a noninteractive version of `/bin/sh`, invoked by `make`.
Dash's `echo` command doesn't understand the `-e` option and this generates
spurious output when running `make`. See [a bugreport][0] for one of the
many instances of this bug/feature in action.
[0]: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/72167
|
|
|
|
|
|
|
|
|