aboutsummaryrefslogtreecommitdiffstats
path: root/mk/configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-01misc + change license + changed behaviour of libhaiku_perrorMattias Andrée1-732/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-17Make mk/configure fully POSIX-compliantayekat1-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.
2016-01-04import build system and adapt or libraryMattias Andrée1-0/+732
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>