From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 03:07:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 207A416A41F for ; Mon, 19 Sep 2005 03:07:56 +0000 (GMT) (envelope-from stenn@ntp.isc.org) Received: from ntp1.ntp.isc.org (ntp1.ntp.isc.org [204.152.184.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id C648543D48 for ; Mon, 19 Sep 2005 03:07:53 +0000 (GMT) (envelope-from stenn@ntp.isc.org) Received: from localhost (localhost [127.0.0.1]) by ntp1.ntp.isc.org (Postfix) with ESMTP id 51E8639ABE; Mon, 19 Sep 2005 03:07:53 +0000 (UTC) (envelope-from stenn@ntp1.isc.org) Received: from ntp1.ntp.isc.org ([127.0.0.1]) by localhost (ntp1.isc.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99166-09; Mon, 19 Sep 2005 03:07:39 +0000 (UTC) Received: from ntp1.isc.org (localhost [127.0.0.1]) by ntp1.ntp.isc.org (Postfix) with ESMTP; Mon, 19 Sep 2005 03:07:39 +0000 (UTC) (envelope-from stenn@ntp1.isc.org) To: Harlan Stenn In-Reply-To: Message from Harlan Stenn of "Mon, 19 Sep 2005 01:54:15 GMT." <20050919015417.21B6839ACB@ntp1.ntp.isc.org> X-Mailer: MH-E 7.4.2; nmh 1.0.4; XEmacs 21.4 (patch 14) Mime-Version: 1.0 (generated by tm-edit 1.8) Content-Type: text/plain; charset=US-ASCII Date: Mon, 19 Sep 2005 03:07:39 +0000 From: Harlan Stenn X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on ntp1.isc.org Message-Id: <20050919030753.51E8639ABE@ntp1.ntp.isc.org> Cc: Giorgos Keramidas , freebsd-questions@freebsd.org Subject: Re: gmake/make dependency problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 03:07:56 -0000 This may help: stenn@barnstable> make -ndm ntpd-opts.c Examining ntpd-opts.def...modified 04:01:00 Aug 30, 2005...up-to-date. Examining ntpdbase-opts.def...modified 03:57:02 Aug 26, 2005...up-to-date. Examining ntpd-opts.c...non-existent...modified before source...out-of-date. cd ../../ntpd && autogen ntpd-opts.def update time: 23:06:28 Sep 18, 2005 stenn@barnstable> At least several of those are not true... H