Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-03 | Support Illumos | Eelco Dolstra | 1 | -0/+2 | |
From https://github.com/NixOS/nix/pull/236 | |||||
2014-03-03 | Don't set an absolute soname | Eelco Dolstra | 1 | -0/+4 | |
2014-03-03 | Add support for making relocatable packages using $ORIGIN | Eelco Dolstra | 3 | -5/+9 | |
2014-02-28 | Add a variable GLOBAL_CXXFLAGS_PCH for use by precompiled headers | Eelco Dolstra | 1 | -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-28 | Add variable GLOBAL_COMMON_DEPS | Eelco Dolstra | 2 | -2/+2 | |
This is a list of dependencies on which all C/C++ object files depend. Primarily useful for global precompiled headers. | |||||
2014-02-18 | Make it work on GNU Make > 3.81 again | Eelco Dolstra | 4 | -8/+8 | |
2014-02-18 | More GNU Make 3.81 compatibility | Eelco Dolstra | 2 | -1/+4 | |
2014-02-14 | Add a function for looking up programs in $PATH | Eelco Dolstra | 1 | -0/+4 | |
2014-02-11 | Support setting CFLAGS and CXXFLAGS for libraries/programs | Eelco Dolstra | 2 | -2/+10 | |
2014-02-07 | Support DESTDIR | Eelco Dolstra | 3 | -22/+27 | |
2014-02-06 | Remove dead code | Eelco Dolstra | 1 | -3/+0 | |
2014-02-06 | Create the target directory of libraries and programs | Eelco Dolstra | 4 | -4/+9 | |
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 | Add a basic README | Eelco Dolstra | 1 | -0/+6 | |
2014-02-01 | installcheck: Don't depend on install | Eelco Dolstra | 1 | -1/+1 | |
This is a hack to prevent "installcheck" from clobbering files fixed up by Nixpkgs' fixupPhase. | |||||
2014-02-01 | Add missing file | Eelco Dolstra | 1 | -0/+7 | |
2014-02-01 | Improve "make dist" | Eelco Dolstra | 2 | -6/+10 | |
2014-02-01 | Make variable names more regular | Eelco Dolstra | 8 | -42/+43 | |
2014-02-01 | Support adding "make help" text | Eelco Dolstra | 2 | -7/+16 | |
2014-02-01 | Change dependency file names from foo.dep to .foo.o.dep | Eelco Dolstra | 6 | -12/+14 | |
2014-01-31 | Add support for installing man-pages | Eelco Dolstra | 1 | -1/+11 | |
2014-01-23 | Clang doesn't know the "-z defs" flag | Eelco Dolstra | 1 | -1/+1 | |
2014-01-10 | Nicer Make output | Eelco Dolstra | 10 | -17/+33 | |
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 | 2 | -6/+21 | |
2014-01-09 | Declare template_files as a simply expanded variable | Eelco Dolstra | 1 | -0/+2 | |
2014-01-09 | Remove duplicate elements from *_SOURCES | Eelco Dolstra | 2 | -2/+2 | |
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 | 10 | -0/+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 | |