From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Changes in lisp/Makefile.in to skip preloaded files Date: Fri, 9 Oct 2009 02:02:04 +0200 Message-ID: References: <83tyycmkjv.fsf@gnu.org> <83eipfmuaz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1255046566 29021 80.91.229.12 (9 Oct 2009 00:02:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Oct 2009 00:02:46 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 09 02:02:35 2009 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.50) id 1Mw2wM-000325-U0 for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 02:02:35 +0200 Original-Received: from localhost ([127.0.0.1]:43285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mw2wM-0002ZD-8N for ged-emacs-devel@m.gmane.org; Thu, 08 Oct 2009 20:02:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mw2wH-0002Yk-4e for emacs-devel@gnu.org; Thu, 08 Oct 2009 20:02:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mw2wF-0002YQ-9X for emacs-devel@gnu.org; Thu, 08 Oct 2009 20:02:27 -0400 Original-Received: from [199.232.76.173] (port=36515 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mw2wF-0002YL-5e for emacs-devel@gnu.org; Thu, 08 Oct 2009 20:02:27 -0400 Original-Received: from ey-out-1920.google.com ([74.125.78.149]:58262) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mw2wD-00076d-0d; Thu, 08 Oct 2009 20:02:25 -0400 Original-Received: by ey-out-1920.google.com with SMTP id 3so5376688eyh.34 for ; Thu, 08 Oct 2009 17:02:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=s5a4DWjRs4S06WlJI+sTRe9IgXq/qfNrftpZDpN10jU=; b=VBgqgGz65kfl5NTvYu28qVtwPXpkKnojPQ/7mb08mDZjCyZOuFQyZzWe7gENOWz/tC vzxURM3ZBiaaRofij5cz+sgORcUCW0/AerDjFevgS7sgk77sy/7zaF5Qz0R7D3DfUxCi 4Drr2iVfQZjh9BzaB3HTMsH4eD0zTPGFWYpkU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=HBfrwN3x488h3b9YoYdTPGyPc0oKFOMiEjOWV9/CnJFtmV/xEINHqpKkdgsQCfg28t Nm4MYNh282IWLfgLy1yivsYfcJXgmVgDabiXPRphRg7xmVzO1tiTn79WERZzygViex82 R6yQ0YROuSflWE6en8N1VdgZaM02i2hd4HaIs= Original-Received: by 10.211.159.15 with SMTP id l15mr2288172ebo.96.1255046544132; Thu, 08 Oct 2009 17:02:24 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:116002 Archived-At: > Thanks, is there something wrong with applying this to the trunk until > the problem is fixed? Yes, there is. This is a workaround to make Emacs build on *Windows*. Juanma