Switching from relative paths to absolute directory specifications in make scripts?

2017-07-05 Thread SF Markus Elfring
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

Re: Switching from relative paths to absolute directory specifications in make scripts?

2017-07-05 Thread Duane Griffin
On Thu, Jul 6, 2017 at 1:34 AM, SF Markus Elfring wrote: > 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.) Keep in mind that targets