2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +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 34ef669b17
commit ddf2e4e8dc

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