about summary refs log tree commit diff
path: root/install.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-02-18 More GNU Make 3.81 compatibilityEelco Dolstra1-1/+1
2014-02-07 Support DESTDIREelco Dolstra1-12/+17
2014-02-06 Create the target directory of libraries and programsEelco Dolstra1-1/+1
2014-02-04 GNU Make 3.81 compatibilityEelco Dolstra1-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.depEelco Dolstra1-0/+4
2014-01-10 Nicer Make outputEelco Dolstra1-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-levelEelco Dolstra1-0/+53
This makes it easier to use with "git subtree".