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: bootstrap not regenerating some *loaddefs Date: Fri, 20 Jun 2008 18:36:56 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1213976239 18850 80.91.229.12 (20 Jun 2008 15:37:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 15:37:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 17:38:04 2008 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 1K9igU-00080n-Vu for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 17:37:55 +0200 Original-Received: from localhost ([127.0.0.1]:57733 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9ifg-0005sC-29 for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 11:37:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9ifb-0005rz-A6 for emacs-devel@gnu.org; Fri, 20 Jun 2008 11:36:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9ifa-0005rj-OP for emacs-devel@gnu.org; Fri, 20 Jun 2008 11:36:59 -0400 Original-Received: from [199.232.76.173] (port=50408 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9ifa-0005rg-I9 for emacs-devel@gnu.org; Fri, 20 Jun 2008 11:36:58 -0400 Original-Received: from mtaout7.012.net.il ([84.95.2.19]:58533) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9ifa-0001L7-5o for emacs-devel@gnu.org; Fri, 20 Jun 2008 11:36:58 -0400 Original-Received: from HOME-C4E4A596F7 ([84.229.217.57]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K2R00BPQP9VHRA1@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Fri, 20 Jun 2008 18:20:20 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) 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:99541 Archived-At: > Date: Fri, 20 Jun 2008 17:06:56 +0200 > From: "Juanma Barranquero" > Cc: emacs-devel@gnu.org > > Do you compile the coreutils (echo, cp and rm) from sources, or are > they from some distribution (Gnuwin32, MSYS, etc.)? All of them are binaries from Gnuwin32 distribution. I made my own port of `ls' (because the one from the Gnuwin32 distro is unbelievably slow, due to a misfeature in the ported glibc they use), but `ls' is not used for building Emacs.