Jamfile: Guard against building with non-Haiku Jams.

This commit is contained in:
Augustin Cavalier 2017-11-26 16:07:11 +01:00
parent 26b4b8319b
commit 6ecad0f315

View File

@ -1,3 +1,8 @@
if ! [ Match "(.*)-haiku-(.*)" : $(JAMVERSION) ] {
Exit "You can only build Haiku with Haiku's Jam, not Perforce Jam or"
"some other variant (you are using $(JAMVERSION))." ;
}
SubDir HAIKU_TOP ;
NotFile doc_files ;