Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-07 | Merge commit 'a210c995cdd9279ed4137ec5d2e4cc928cb36097' | Eelco Dolstra | 5 | -26/+33 | |
2014-02-04 | GNU Make 3.81 compatibility | Eelco Dolstra | 7 | -12/+12 | |
3.81 doesn't understand the ‘define foo =’ syntax, which was added in 3.82. So use ‘define foo’ instead. | |||||
2014-02-03 | Merge commit '8468806552d6730abec6431c42b5b0e897c0222c' | Eelco Dolstra | 1 | -0/+6 | |
2014-02-01 | Merge commit '28dc4883356a50f2805a3e3c819a541c44a4ff0a' into make | Eelco Dolstra | 1 | -1/+1 | |
2014-02-01 | Add 'mk/' from commit '1eff3ad37fdb9dcf9f8528fdacea0ebf0e79d545' | Eelco Dolstra | 12 | -0/+492 | |
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 | 9 | -335/+0 | |
2014-01-09 | Move stuff to top-level | Eelco Dolstra | 10 | -426/+0 | |
This makes it easier to use with "git subtree". | |||||
2013-12-18 | Add support for building JARs from Java sources | Eelco Dolstra | 2 | -1/+39 | |
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-16 | make dryclean: Sort names | Eelco Dolstra | 1 | -1/+1 | |
2013-12-16 | No longer interpret $(..._SOURCES) relative to $(..._DIR) | Eelco Dolstra | 2 | -8/+18 | |
2013-12-12 | Don't include all *.dep files | Eelco Dolstra | 1 | -2/+4 | |
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-12 | Handle *.cpp extension | Eelco Dolstra | 1 | -0/+3 | |
2013-12-12 | Only provide 'make dist' if PACKAGE_NAME is set | Eelco Dolstra | 1 | -0/+4 | |
2013-12-12 | dryclean: Show what actual files would be deleted | Eelco Dolstra | 1 | -2/+2 | |
2013-12-10 | Initial commit (imported from the Nix repo) | Eelco Dolstra | 9 | -0/+335 | |
2013-12-04 | Add missing file | Eelco Dolstra | 1 | -0/+29 | |
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 | 2 | -6/+13 | |
2013-11-25 | Expand configure variables before writing config.status | Eelco Dolstra | 1 | -2/+0 | |
This way, we can use config.status for generating scripts/* (without ending up with lines like "#! /usr/bin/perl -I${libexecdir}/..."). | |||||
2013-11-25 | Rename Makefile.new -> Makefile | Eelco Dolstra | 1 | -1/+1 | |
2013-11-25 | Add a Makefile for the scripts directory | Eelco Dolstra | 4 | -10/+51 | |
2013-11-25 | Add a Makefile for bsdiff | Eelco Dolstra | 1 | -2/+3 | |
2013-11-25 | Let ‘make clean’ delete instantiated template files | Eelco Dolstra | 1 | -0/+2 | |
2013-11-25 | Use create-dir for installing dynamic libraries | Eelco Dolstra | 2 | -4/+5 | |
2013-11-25 | Add a function for instantiating Autoconf *.in files | Eelco Dolstra | 2 | -4/+12 | |
2013-11-25 | Split Makefile.lib into several *.mk files | Eelco Dolstra | 7 | -0/+242 | |