mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 15:28:58 +01:00
Jamrules: Print the path to the repository root in the error case.
This commit is contained in:
parent
3facc270ea
commit
f7b5d8a16b
9
Jamrules
9
Jamrules
@ -6,9 +6,12 @@
|
||||
# under some circumstances inject the source's path into the generated file,
|
||||
# are passed relative paths, making builds more reproducible.
|
||||
if $(HAIKU_TOP) != "." && $(HAIKU_TOP) != ".." {
|
||||
Exit "You must be in the project root or a \"generated\" directory"
|
||||
"in order to build Haiku (if you are and are still seeing this"
|
||||
"message, run \"../configure --update\" to solve the issue.)" ;
|
||||
Exit "The present path to the project root is '$(HAIKU_TOP)', but you"
|
||||
"must be in the project root or a \"generated\" directory in order to"
|
||||
"build Haiku."
|
||||
|
||||
"(If you are, and are still seeing this message, run "
|
||||
"\"../configure --update\" to solve the issue.)" ;
|
||||
}
|
||||
|
||||
# Main directories used by the build.
|
||||
|
Loading…
Reference in New Issue
Block a user