guix-devel/guix/build
Ludovic Courtès c9405c461b
compile: Fix VPATH builds.
Fixes <https://bugs.gnu.org/29091>.
Reported by Eric Bavier <bavier@cray.com>.

* guix/build/compile.scm (relative-file): New procedure.
(load-files): Use it before calling 'file-name->module-name'.
(compile-files): Likewise before calling 'scm->go'.
* guix/build/pull.scm (build-guix): Remove 'with-directory-excursion'
and file name hack from ce33c3af76.
Pass OUT to 'all-scheme-files'.
2017-11-07 00:12:10 +01:00
..
ant-build-system.scm guix: ant-build-system: Add #:test-include and #:test-exclude arguments. 2017-10-03 21:38:23 +02:00
asdf-build-system.scm build-system/asdf: Handle tests defined in external systems. 2017-05-16 15:18:16 +02:00
bournish.scm
cargo-build-system.scm
cmake-build-system.scm build-system/cmake: Add support for cross compilation. 2017-05-30 16:52:55 +02:00
compile.scm compile: Fix VPATH builds. 2017-11-07 00:12:10 +01:00
cvs.scm
download-nar.scm download: Download a nar when a VCS checkout fails. 2017-10-19 23:21:49 +02:00
download.scm Add (guix progress). 2017-10-19 23:21:49 +02:00
dub-build-system.scm
emacs-build-system.scm emacs-build-system: Change how patch-el-files substitutes commands. 2017-10-15 19:02:44 +01:00
emacs-utils.scm
font-build-system.scm build: font: Support font collection files. 2017-05-31 23:24:41 +02:00
git.scm
glib-or-gtk-build-system.scm
gnu-build-system.scm build-system/gnu: Work around 'time-monotonic' bug in Guile 2.2.2. 2017-06-11 22:52:23 +02:00
gnu-dist.scm
go-build-system.scm build-system/go: Fix installation path of executable files. 2017-10-26 12:14:33 -04:00
graft.scm graft: Correctly replace references near the end of the scan buffer. 2017-08-24 23:55:51 +02:00
gremlin.scm
haskell-build-system.scm
hg.scm
java-utils.scm
lisp-utils.scm build-system/asdf: Handle tests defined in external systems. 2017-05-16 15:18:16 +02:00
make-bootstrap.scm
meson-build-system.scm build-system: Add 'meson-build-system'. 2017-09-16 18:07:00 +02:00
minify-build-system.scm build: Add minify build system. 2017-08-04 11:23:52 +02:00
ocaml-build-system.scm
perl-build-system.scm
profiles.scm
pull.scm compile: Fix VPATH builds. 2017-11-07 00:12:10 +01:00
python-build-system.scm
qt-utils.scm
r-build-system.scm
rpath.scm
ruby-build-system.scm
store-copy.scm vm: Estimate the disk size by default. 2017-06-30 00:16:50 +02:00
svn.scm
syscalls.scm syscalls: clone: Define syscall-id for aarch64. 2017-10-09 18:55:18 -05:00
texlive-build-system.scm build-system: texlive: Build union in configure phase. 2017-07-09 17:07:27 +02:00
union.scm union: Gracefully handle dangling symlinks in the input. 2017-05-18 11:38:48 +02:00
utils.scm utils: Add helper for invoking programs. 2017-06-01 19:06:34 +02:00
waf-build-system.scm