From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: src/deps.mk Date: Fri, 04 Feb 2011 20:31:14 +0200 Message-ID: <83vd0zabyl.fsf@gnu.org> References: <8362t0atqq.fsf@gnu.org> <4D4C1F70.8040903@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1296844281 7453 80.91.229.12 (4 Feb 2011 18:31:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Feb 2011 18:31:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 04 19:31:17 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PlQRA-0004nv-9M for ged-emacs-devel@m.gmane.org; Fri, 04 Feb 2011 19:31:16 +0100 Original-Received: from localhost ([127.0.0.1]:57750 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlQR9-0007ES-G9 for ged-emacs-devel@m.gmane.org; Fri, 04 Feb 2011 13:31:15 -0500 Original-Received: from [140.186.70.92] (port=59506 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlQR4-0007DT-I6 for emacs-devel@gnu.org; Fri, 04 Feb 2011 13:31:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlQR2-0001Ne-Oe for emacs-devel@gnu.org; Fri, 04 Feb 2011 13:31:10 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:41527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlQR2-0001NK-EZ for emacs-devel@gnu.org; Fri, 04 Feb 2011 13:31:08 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LG300H00VERQ800@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Fri, 04 Feb 2011 20:31:07 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.97.124]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LG300HQ3VFTOZ20@a-mtaout21.012.net.il>; Fri, 04 Feb 2011 20:31:07 +0200 (IST) In-reply-to: <4D4C1F70.8040903@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135584 Archived-At: > Date: Fri, 04 Feb 2011 07:46:56 -0800 > From: Paul Eggert > CC: emacs-devel@gnu.org > > configure.in says that it's used by all platforms > except for those that combine GNU Make, GCC, and > use autodepend. So it would appear that a lot of > platforms use it, e.g., plain Solaris. I asked because it seemed strange that no one reported any problems with the obviously stale prerequisites. I guess there aren't many users of these systems who track the development trunk.