Hello, I am fiddling with a few build scripts for another free software.
elfring@Sonne:~/Projekte/Bau/OCamlbuild> rm -f src/glob_lexer.ml && LANG=C make --no-builtin-rules V=1 src/glob_lexer.ml; LANG=C make --no-builtin-rules V=1 ~/Projekte/Bau/OCamlbuild/src/glob_lexer.ml make: *** No rule to make target 'src/glob_lexer.ml'. Stop. ocamllex.opt -o /home/elfring/Projekte/Bau/OCamlbuild/src/glob_lexer.ml /home/elfring/Projekte/OCaml/OCamlbuild/lokal/src/glob_lexer.mll 55 states, 419 transitions, table size 2006 bytes This test result seems to show that it can make a significant difference if such a target was specified by a relative or absolute path. (I would expect that these specifications will refer to the same file.) Do I need to extend the software build rules a bit more here? Regards, Markus _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make