Age | Commit message (Expand) | Author |
---|---|---|
2012-06-28 | build-system/gnu: Have `configure-flags' and `make-flags' evaluated.•••* guix/build-system/gnu.scm (gnu-build): Double-quote the default value of MAKE-FLAGS and CONFIGURE-FLAGS. Don't quote them in BUILDER. | Ludovic Courtès |
2012-06-27 | Abstract build systems.•••* Makefile.am (MODULES): Add `guix/build-system.scm' and `guix/build-system/gnu.scm'. Remove `guix/gnu-build-system.scm'. * guix/build-system.scm: New file. * guix/gnu-build-system.scm: Rename to... * guix/build-system/gnu.scm: ... this. (gnu-build-system): New variable. * tests/builders.scm: Adjust `use-module' clauses. ("gnu-build-system"): New test. | Ludovic Courtès |