Jamrules: Add a hard requirement on the new Jambase.

And remove the overridden rules that were migrated back to it.
This commit is contained in:
Augustin Cavalier
2018-11-21 19:16:50 -05:00
parent 32bcb26dfc
commit 633e29aeb6
3 changed files with 17 additions and 39 deletions
-5
View File
@@ -1,8 +1,3 @@
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 ;