Jamrules: Print the path to the repository root in the error case.

This commit is contained in:
Augustin Cavalier 2018-11-01 21:24:43 -04:00
parent 3facc270ea
commit f7b5d8a16b

View File

@ -6,9 +6,12 @@
# under some circumstances inject the source's path into the generated file, # under some circumstances inject the source's path into the generated file,
# are passed relative paths, making builds more reproducible. # are passed relative paths, making builds more reproducible.
if $(HAIKU_TOP) != "." && $(HAIKU_TOP) != ".." { if $(HAIKU_TOP) != "." && $(HAIKU_TOP) != ".." {
Exit "You must be in the project root or a \"generated\" directory" Exit "The present path to the project root is '$(HAIKU_TOP)', but you"
"in order to build Haiku (if you are and are still seeing this" "must be in the project root or a \"generated\" directory in order to"
"message, run \"../configure --update\" to solve the issue.)" ; "build Haiku."
"(If you are, and are still seeing this message, run "
"\"../configure --update\" to solve the issue.)" ;
} }
# Main directories used by the build. # Main directories used by the build.