about summary refs log tree commit diff
path: root/patterns.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-09-05 Add support for using a build directoryEelco Dolstra1-3/+6
2014-02-28 Add a variable GLOBAL_CXXFLAGS_PCH for use by precompiled headersEelco Dolstra1-2/+2
You don't want to use GLOBAL_CXXFLAGS for passing flags like "-include-pch" (clang), because that means you cannot use GLOBAL_CXXFLAGS when generating the PCH.
2014-02-01 Change dependency file names from foo.dep to .foo.o.depEelco Dolstra1-3/+3
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/+8
This makes it easier to use with "git subtree".