Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2005 01:54:15 +0000
From:      Harlan Stenn <stenn@ntp.isc.org>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        Harlan Stenn <stenn@ntp.isc.org>, freebsd-questions@freebsd.org
Subject:   Re: gmake/make dependency problem 
Message-ID:  <20050919015416.D8D1D39AB3@ntp1.ntp.isc.org>
In-Reply-To: Message from Giorgos Keramidas <keramida@ceid.upatras.gr>  of "Mon, 19 Sep 2005 04:15:17 %2B0300." <20050919011517.GA8214@flame.pc> 

next in thread | previous in thread | raw e-mail | index | archive | help
I could try and post fragments, but I'd probably mess it up.

The full tarball is at:

 http://ntp.isc.org/~stenn/ntp-4.2.0b.tar.gz

and I to duplicate the problem I recommend:

 % tar xzf ...
 % cd ntp-4.2.0b
 % mkdir A.foo
 % cd A.foo
 % ../configure
 % make

and it will soon die in ntpd/, at which point:

 % cd ntpd
 % make -n ntpd-opts.c

should show it trying to run autogen to produce ../../ntpd/ntpd-opts.c
(which exists and should have "proper" timestamps with respect to its
dependencies), and:

 % gmake ntpd-opts.c

should say the target is up-to-date.

If you want me to try and help debug this another way I would be happy
to do so.

Thanks a bunch...

H



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050919015416.D8D1D39AB3>