From 8ec7666721ab0269d51433e5fb8205daffc02db1 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 12 Apr 2006 15:23:15 +0000 Subject: [PATCH] Revert error message, using "error" rule. [SVN r33678] --- v2/build/project.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/build/project.jam b/v2/build/project.jam index e848cc99f..0a512e523 100644 --- a/v2/build/project.jam +++ b/v2/build/project.jam @@ -108,8 +108,8 @@ rule load-parent ( location ) if ! $(found) { - error "Could not find parent for project at '$(location)'" - : "Did not find Jamfile or project-root.jam in any parent directory." ; + ECHO "error: Could not find parent for project at '$(location)'" ; + ECHO "error: Did not find Jamfile or project-root.jam in any parent directory." ; EXIT ; }