aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Paulssen <timonator@perpetuum-immobile.de>2017-07-28 01:22:03 +0200
committerTimo Paulssen <timonator@perpetuum-immobile.de>2017-07-28 01:22:03 +0200
commit9339d23375dc9765892a0e50226e297093be3473 (patch)
treec54128947a2111a0d60eccaaa5ef6c40a63670a8
parent9c2f2b51a9a078ea34d4cbeb7122196948d05d48 (diff)
make it more obvious Configure.pl directly is A Bad Idea
-rw-r--r--Configure.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Configure.pl b/Configure.pl
index 9b065cc..cc9000b 100644
--- a/Configure.pl
+++ b/Configure.pl
@@ -53,6 +53,11 @@ MAIN: {
"I see a .git directory here -- you appear to be trying",
"to run Configure.pl from a clone of the Rakudo Star git",
"repository.",
+ "You most probably should be following",
+ " tools/star/release-guide.pod",
+ "instead. Please be aware that running Configure.pl from",
+ "a clone of the rakudo star git repo will never be",
+ "the right thing to do.",
$options{'force'}
? '--force specified, continuing'
: download_text()