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:
@@ -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 ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user