2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Revert error message, using "error" rule.

[SVN r33678]
This commit is contained in:
Rene Rivera
2006-04-12 15:23:15 +00:00
parent 3dad3e1012
commit 8ec7666721

View File

@@ -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 ;
}