aboutsummaryrefslogtreecommitdiffstats
path: root/mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make mk/configure fully POSIX-compliantayekat2017-06-171-97/+97
| | | | | | | | | | POSIX only states that file descriptors between 0 and 9 must be guaranteed to work correctly. Numbers above 9 may not work on all shells (most notably on ksh and dash, latter used as /bin/sh on some Linux systems). This patch changes the used file descriptor numbers from 10, 20 and 30 to 3, 4 and 5.
* fix build1.0.1Mattias Andrée2016-07-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-01-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* mMattias Andrée2016-01-041-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* install and uninstall header filesMattias Andrée2016-01-041-3/+8
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* m + makefile + configureMattias Andrée2016-01-042-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* import build system and adapt or libraryMattias Andrée2016-01-0417-0/+2960
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>