redox/mk
Robin Randhawa 8c3241e7a6 prefix: Fix build breakage due to invalid prefix argument
Building a rust compiler for x86_64-unknown-redox using:

$ PREFIX_RUSTC=1 PREFIX_BINARY=0 make prefix

fails with a message citing 'could not canonicalize prefix path'. As
seen in rust/bootstrap/install.rs:

https://gitlab.redox-os.org/redox-os/rust/blob/redox/src/bootstrap/install.rs#L77

.. the expectation is that either the '--prefix' argument passed to
rust's configure script is a valid path or not specified at all (in
which case a correct default is used).

This patch uses the former approach resulting in a correct build.
2019-03-23 22:15:40 +00:00
..
bochs.mk Modularise makefiles 2017-01-05 14:07:20 -07:00
config.mk Makefile cleanup, default to binary prefix 2019-03-16 19:50:08 -06:00
disk.mk Fix build of bootloader-efi 2019-03-17 13:56:10 -06:00
filesystem.mk Configurable filesystem size and automatic FAT filesystem size 2019-03-16 15:18:30 -06:00
initfs.mk Add support for building as a coreboot payload 2019-02-25 12:10:16 -07:00
kernel.mk Compile more things with LTO 2019-02-25 16:08:17 -07:00
prefix.mk prefix: Fix build breakage due to invalid prefix argument 2019-03-23 22:15:40 +00:00
qemu.mk Use serial for debugging by default 2019-03-11 19:55:10 -06:00
virtualbox.mk Makefile cleanup, default to binary prefix 2019-03-16 19:50:08 -06:00