Ticket #3603: check-jam-version.patch

File check-jam-version.patch, 544 bytes (added by mmadia, 14 years ago)

apply in HAIKU_TOP

  • Jamfile

     
    11SubDir HAIKU_TOP ;
    22
     3HAIKU_REQUIRED_JAM_VERSION = 2.5-haiku-20100424 ;
     4if $(JAMVERSION) != $(HAIKU_REQUIRED_JAM_VERSION) {
     5    Echo "error: jam version $(HAIKU_REQUIRED_JAM_VERSION) is required." ;
     6    Echo "For instructions on building and installing jam, " ;
     7    Echo "See www.haiku-os.org/guides/building/jam" ;
     8    Exit ;
     9}
     10
    311NotFile alltests ;
    412Depends alltests : r5tests obostests ;
    513