From f9c3864711d0de4e7305e3509d339f0713efa859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 8 Feb 2016 14:04:33 +0100 Subject: - Explicitly pass {C,LD}FLAGS_PATH to the runtime (ntapi, psxscl, etc.) build scripts; everything now goes into $PREFIX_NATIVE except for the cross compiler and its dependencies, which go into $PREFIX_TARGET. - Replaced specific PREFIX variables w/ generic per-build level CFLAGS. - Merged 204.psxscl.build into pkg.build. - Generalised patching procedure into build.subr. --- 100.perk.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '100.perk.build') diff --git a/100.perk.build b/100.perk.build index ed05e927..dd9d9c85 100644 --- a/100.perk.build +++ b/100.perk.build @@ -32,7 +32,7 @@ if ! is_build_script_done built2; then set_build_script_done built2 -installed2; fi; if ! is_build_script_done installed2; then - make DESTDIR=${PREFIX_NATIVE} install; + make DESTDIR=${PREFIX_LVL} install; set_build_script_done installed2 finished; fi; -- cgit v1.2.3