Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-18 | More GNU Make 3.81 compatibility | Eelco Dolstra | 1 | -1/+1 | |
2014-02-07 | Support DESTDIR | Eelco Dolstra | 1 | -12/+17 | |
2014-02-06 | Create the target directory of libraries and programs | Eelco Dolstra | 1 | -1/+1 | |
2014-02-04 | GNU Make 3.81 compatibility | Eelco Dolstra | 1 | -6/+6 | |
3.81 doesn't understand the ‘define foo =’ syntax, which was added in 3.82. So use ‘define foo’ instead. | |||||
2014-02-01 | Change dependency file names from foo.dep to .foo.o.dep | Eelco Dolstra | 1 | -0/+4 | |
2014-01-10 | Nicer Make output | Eelco Dolstra | 1 | -3/+3 | |
E.g. CXX src/nix-log2xml/log2xml.o CC src/bsdiff-4.3/bsdiff.o GEN scripts/nix-channel LD src/libmain/libnixmain.so | |||||
2014-01-09 | Move stuff to top-level | Eelco Dolstra | 1 | -0/+53 | |
This makes it easier to use with "git subtree". |