aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAge
...
* 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ès2012-06-27
* build: Be cross-compilation-ready.•••* Makefile.am (.scm.go): Pass `--target=$(host)'. * configure.ac: Use `AC_CANONICAL_HOST'. Ludovic Courtès2012-06-15
* build: Provide the right include path when building modules.•••* Makefile.am (.scm.go): Add missing `-L $(top_srcdir)'. Ludovic Courtès2012-06-15
* Build (guix) last.•••* Makefile.am (MODULES): Move `guix.scm' last. Ludovic Courtès2012-06-15
* Add a build system.•••* configure.ac, Makefile.am: New files. Ludovic Courtès2012-06-13