Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-23 | Use libnix as a prefix for all Nix libraries | Eelco Dolstra | 1 | -0/+2 | |
In particular "libutil" was always a problem because it collides with Glibc's libutil. Even if we install into $(libdir)/nix, the linker sometimes got confused (e.g. if a program links against libstore but not libutil, then ld would report undefined symbols in libstore because it was looking at Glibc's libutil). | |||||
2013-11-23 | Allow (dynamic) libraries to depend on other libraries | Eelco Dolstra | 1 | -0/+2 | |
2013-11-22 | Drop the dependency on Automake | Eelco Dolstra | 1 | -1/+1 | |
2013-11-22 | Rename $(here) to $(d) for brevity, and remove trailing slash | Eelco Dolstra | 1 | -1/+1 | |
2013-11-22 | Add ‘make dist’ support | Eelco Dolstra | 1 | -1/+1 | |
2013-11-22 | New non-recursive, plain Make-based build system | Eelco Dolstra | 1 | -0/+19 | |