Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-06 | Don't pass "--no-copy-dt-needed-entries" option to linker on FreeBSD. | Manuel Jacob | 1 | -1/+3 | |
Eventually the nested if statements should be replaced by a more general condition, but this is sufficient to make it work on FreeBSD. | |||||
2014-12-14 | Merge branch 'cygwin-master' of https://github.com/ternaris/nix | Eelco Dolstra | 1 | -2/+7 | |
2014-12-14 | Merge commit '36c67860363c93eb00cf5b8e2ad34f6f775e6901' | Eelco Dolstra | 1 | -1/+23 | |
2014-12-09 | Set custom compiler flags on Cygwin | Marko Durkovic | 1 | -2/+7 | |
2014-04-03 | Sync with make-rules repo | Eelco Dolstra | 1 | -0/+3 | |
2014-02-04 | GNU Make 3.81 compatibility | Eelco Dolstra | 1 | -1/+1 | |
3.81 doesn't understand the ‘define foo =’ syntax, which was added in 3.82. So use ‘define foo’ instead. | |||||
2014-02-01 | Add 'mk/' from commit '1eff3ad37fdb9dcf9f8528fdacea0ebf0e79d545' | Eelco Dolstra | 1 | -0/+128 | |
git-subtree-dir: mk git-subtree-mainline: 6ef32bddc1f10034322966b3a5b85af7b9cdc4d8 git-subtree-split: 1eff3ad37fdb9dcf9f8528fdacea0ebf0e79d545 | |||||
2014-01-09 | Remove mk subdirectory in preparation for "git subtree" | Eelco Dolstra | 1 | -67/+0 | |
2014-01-09 | Move stuff to top-level | Eelco Dolstra | 1 | -110/+0 | |
This makes it easier to use with "git subtree". | |||||
2013-12-18 | Add support for building JARs from Java sources | Eelco Dolstra | 1 | -1/+10 | |
2013-12-18 | Add a function for doing recursive wildcard searches | Eelco Dolstra | 1 | -0/+5 | |
Source: http://blog.jgc.org/2011/07/gnu-make-recursive-wildcard-function.html | |||||
2013-12-17 | Set default installation paths | Eelco Dolstra | 1 | -7/+12 | |
2013-12-12 | Add 'make help' | Eelco Dolstra | 1 | -0/+24 | |
2013-12-12 | Get rid of whitespace in $(d) | Eelco Dolstra | 1 | -1/+1 | |
2013-12-10 | Initial commit (imported from the Nix repo) | Eelco Dolstra | 1 | -0/+67 | |
2013-11-25 | Add support for ‘make installcheck’ | Eelco Dolstra | 1 | -0/+6 | |
2013-11-25 | Add a Makefile for the Perl stuff | Eelco Dolstra | 1 | -1/+1 | |
2013-11-25 | Add a Makefile for the scripts directory | Eelco Dolstra | 1 | -0/+9 | |
2013-11-25 | Add a function for instantiating Autoconf *.in files | Eelco Dolstra | 1 | -4/+4 | |
2013-11-25 | Split Makefile.lib into several *.mk files | Eelco Dolstra | 1 | -0/+52 | |