From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.emacs.devel Subject: Re: Annoyingly cautious make rules Date: Fri, 02 Dec 2011 13:11:34 +0100 Message-ID: <87zkfb6umh.fsf@pobox.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1322827913 9045 80.91.229.12 (2 Dec 2011 12:11:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2011 12:11:53 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 02 13:11:49 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RWRy1-0006it-4w for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2011 13:11:49 +0100 Original-Received: from localhost ([::1]:46061 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWRy0-0003rV-Jh for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2011 07:11:48 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWRxx-0003qN-MU for emacs-devel@gnu.org; Fri, 02 Dec 2011 07:11:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWRxs-0003Bi-3i for emacs-devel@gnu.org; Fri, 02 Dec 2011 07:11:45 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:36875 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWRxr-0003Bb-SF; Fri, 02 Dec 2011 07:11:40 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 413746530; Fri, 2 Dec 2011 07:11:39 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=vmyUoHdy6xurPegi5ej1qWKqgso=; b=t/Vzht 7Pcxhgsy/884fpVDo3au1UkLh9uYWtqhN45c8oSOYYUoJZvhV2HPgp5Wc+/7agG+ cclT2qCSb3X+RIe49+qeC88iGrbvqgX8bl/9690b4RDGI8vK8opPbbu4lPTTQd5V 8wi61m+iTYKW+I1JQPQZ8ohOKAMOt6C/VQDJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=ARz+p1OGUl1XGIYKoqitGSzpHvwPHkbP az0qFMElMItJFzS9DnvmRq2s3aOfAIyJ38MlFso/2oj+YtIcnKG+pIH208tbzBiu FKZYjTWMVDnE7Ab1KmBGym1C5i9Z7hmY202qBmC5wZiwyPpomEuK1RBoyauuH613 wD2++QDTrJ4= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 39ED1652F; Fri, 2 Dec 2011 07:11:39 -0500 (EST) Original-Received: from badger (unknown [91.117.99.155]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id AD59B652E; Fri, 2 Dec 2011 07:11:38 -0500 (EST) In-Reply-To: (Richard Stallman's message of "Fri, 02 Dec 2011 07:05:16 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: C99A59A0-1CDE-11E1-A2E0-65B1DE995924-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 74.115.168.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146423 Archived-At: On Fri 02 Dec 2011 13:05, Richard Stallman writes: > If you want to speed up configure you should enable the cache. > > The cache used to be enabled automatically. How do you enable it now? Pass the -C option to ./configure. That will create config.cache when configure is run. If config.cache is present it will be used. Regards, Andy -- http://wingolog.org/