aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2021-06-16gitignore build directoriesScott Johnson1-0/+3
2017-10-25Add a local regression MakefilePalmer Dabbelt1-0/+1
Travis is both slow and screwy, this lets me run the regressions locally.
2015-02-20Centralize GNU utility checks in autoconfAlbert Ou1-0/+3
Tests for program presence, such as those formerly embedded in the top-level Makefile for gawk and gsed, are better suited for autoconf. Note that it is not sufficient to merely export AWK and SED environment variables, as packages may still directly invoke awk(1) and sed(1) with non-standard features independent of the autotools framework. Wrapper scripts therefore remain necessary, although these are now generated by the configure script to avoid hard-coded paths. Do not assume the existence of /bin/bash on all systems.
2014-11-13glibc: fix Mac OS buildAndrew Waterman1-0/+1
Make sure to use a case-sensitive file system and a mount point with no spaces!
2014-09-07gcc: initial gcc 4.9.1 portAndrew Waterman1-0/+2