ocaml-omake / omake

The new home of OMake - docs, downloads, mailing list etc. see:
http://projects.camlcity.org/projects/omake.html
GNU General Public License v2.0
66 stars 25 forks source link

omake --absname is now broken #89

Open camlspotter opened 7 years ago

camlspotter commented 7 years ago

0.10.x's behaviour with --absname is changed into a wierd way. It fails include xxx/file saying:

   File OMakefile: line 6, characters 1-25
   include file xxx/file not found in OMAKEPATH
      (OMAKEPATH[] =
          "." : Sequence
          ... : Dir)
camlspotter commented 7 years ago

--absname should affect how file names are printed. But now it affects how file names are parsed too.