Re: [bug-inetutils] No target dependency on libinetutils.a.

2010-11-10 Thread Sergey Poznyakoff
Mats Erik Andersson ha escrit: > Thus I draw the conclusion that the build files `*/Makefile' are incomplete, > since their interpretation depends on their order of application. This is normal: a Makefile in a subdirectory is not responsible for any prerequisites outside this subdirectory. You

Re: [bug-inetutils] No target dependency on libinetutils.a.

2010-11-09 Thread Alfred M. Szmidt
As a side noe, a missing build target "../lib/libgnu.a" is easily produced: $ ./configure CFLAGS="-Wall" $ gmake clean $ gmake -C talk/ [...] make: *** No rule to make target `../lib/libgnu.a', needed by `talk'. Stop Thus I draw the conclusion that the build

Re: [bug-inetutils] No target dependency on libinetutils.a.

2010-11-08 Thread Mats Erik Andersson
onsdag den 3 november 2010 klockan 12:16 skrev Alfred M. Szmidt detta: > >Hello all, > >I have noticed all along that the different binaries do not >specify "libinetutils.a" as a build target prerequisite. This >is awkward when tracking down bugs. Is this intentional of some >

Re: [bug-inetutils] No target dependency on libinetutils.a.

2010-11-03 Thread Mats Erik Andersson
onsdag den 3 november 2010 klockan 12:16 skrev Alfred M. Szmidt detta: > >Hello all, > >I have noticed all along that the different binaries do not >specify "libinetutils.a" as a build target prerequisite. This >is awkward when tracking down bugs. Is this intentional of some >

Re: [bug-inetutils] No target dependency on libinetutils.a.

2010-11-03 Thread Alfred M. Szmidt
Hello all, I have noticed all along that the different binaries do not specify "libinetutils.a" as a build target prerequisite. This is awkward when tracking down bugs. Is this intentional of some obscure reason? Which programs do not depend on libinetutils?

[bug-inetutils] No target dependency on libinetutils.a.

2010-11-03 Thread Mats Erik Andersson
Hello all, I have noticed all along that the different binaries do not specify "libinetutils.a" as a build target prerequisite. This is awkward when tracking down bugs. Is this intentional of some obscure reason? Regards, Mats