From 1154f56665e7f219e3ea6ddb4a3971e0a8d844d7 Mon Sep 17 00:00:00 2001 From: Daniel Arbelo Arrocha Date: Tue, 27 Oct 2009 21:21:57 -0200 Subject: [PATCH 1/2] Move config-helpers.pir to config/ --- {build => config}/config-helpers.pir | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {build => config}/config-helpers.pir (100%) diff --git a/build/config-helpers.pir b/config/config-helpers.pir similarity index 100% rename from build/config-helpers.pir rename to config/config-helpers.pir From db0a9f05ea91b351372fbae535bf0ae62a747118 Mon Sep 17 00:00:00 2001 From: Daniel Arbelo Arrocha Date: Tue, 27 Oct 2009 21:28:58 -0200 Subject: [PATCH 2/2] Adjust paths to the new location of the helper library. --- Configure.nqp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure.nqp b/Configure.nqp index 094a622..081ee63 100644 --- a/Configure.nqp +++ b/Configure.nqp @@ -15,7 +15,7 @@ sub MAIN () { say("to figure out how to build matrixy.\n"); # Load Parrot config and glue functions - load_bytecode('aux/config-helpers.pir'); + load_bytecode('config/config-helpers.pir'); # Slurp in the unconfigured Makefile text my $unconfigured := slurp(@ARGS[0] || 'config/makefiles/root.in');