Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-06 | Remove dead code | Eelco Dolstra | |
2014-02-06 | Create the target directory of libraries and programs | Eelco Dolstra | |
2014-02-04 | GNU Make 3.81 compatibility | Eelco Dolstra | |
3.81 doesn't understand the ‘define foo =’ syntax, which was added in 3.82. So use ‘define foo’ instead. | |||
2014-02-03 | Add a basic README | Eelco Dolstra | |
2014-02-01 | installcheck: Don't depend on install | Eelco Dolstra | |
This is a hack to prevent "installcheck" from clobbering files fixed up by Nixpkgs' fixupPhase. | |||
2014-02-01 | Add missing file | Eelco Dolstra | |
2014-02-01 | Improve "make dist" | Eelco Dolstra | |
2014-02-01 | Make variable names more regular | Eelco Dolstra | |
2014-02-01 | Support adding "make help" text | Eelco Dolstra | |
2014-02-01 | Change dependency file names from foo.dep to .foo.o.dep | Eelco Dolstra | |
2014-01-31 | Add support for installing man-pages | Eelco Dolstra | |
2014-01-23 | Clang doesn't know the "-z defs" flag | Eelco Dolstra | |
2014-01-10 | Nicer Make output | Eelco Dolstra | |
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 | Add support for building shared libraries on Mac OS X | Eelco Dolstra | |
2014-01-09 | Declare template_files as a simply expanded variable | Eelco Dolstra | |
2014-01-09 | Remove duplicate elements from *_SOURCES | Eelco Dolstra | |
This is useful when you do: foo_SOURCES := $(wildcard *.cc) foo.cc where foo.cc is a generated file. In this case, if foo.cc already exists, you get foo.cc twice in foo_SOURCES, leading to a link error. | |||
2014-01-09 | Move stuff to top-level | Eelco Dolstra | |
This makes it easier to use with "git subtree". | |||
2013-12-18 | Add support for building JARs from Java sources | Eelco Dolstra | |
2013-12-18 | Add a function for doing recursive wildcard searches | Eelco Dolstra | |
Source: http://blog.jgc.org/2011/07/gnu-make-recursive-wildcard-function.html | |||
2013-12-17 | Set default installation paths | Eelco Dolstra | |
2013-12-16 | make dryclean: Sort names | Eelco Dolstra | |
2013-12-16 | No longer interpret $(..._SOURCES) relative to $(..._DIR) | Eelco Dolstra | |
2013-12-12 | Don't include all *.dep files | Eelco Dolstra | |
2013-12-12 | Add 'make help' | Eelco Dolstra | |
2013-12-12 | Get rid of whitespace in $(d) | Eelco Dolstra | |
2013-12-12 | Handle *.cpp extension | Eelco Dolstra | |
2013-12-12 | Only provide 'make dist' if PACKAGE_NAME is set | Eelco Dolstra | |
2013-12-12 | dryclean: Show what actual files would be deleted | Eelco Dolstra | |
2013-12-10 | Initial commit (imported from the Nix repo) | Eelco Dolstra | |