From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: syncing Emacs from sources maintained elsewhere Date: Tue, 18 Jan 2011 10:11:17 +0000 Message-ID: References: <4D2BA939.5090903@cs.ucla.edu> <4D34A88F.4080400@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295345516 14625 80.91.229.12 (18 Jan 2011 10:11:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 18 Jan 2011 10:11:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 18 11:11:50 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 1Pf8XV-0001yh-2B for ged-emacs-devel@m.gmane.org; Tue, 18 Jan 2011 11:11:49 +0100 Original-Received: from localhost ([127.0.0.1]:57696 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pf8XU-0008Jy-Bf for ged-emacs-devel@m.gmane.org; Tue, 18 Jan 2011 05:11:48 -0500 Original-Received: from [140.186.70.92] (port=44859 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pf8XG-0008IS-Vm for emacs-devel@gnu.org; Tue, 18 Jan 2011 05:11:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pf8XF-0003aH-OJ for emacs-devel@gnu.org; Tue, 18 Jan 2011 05:11:34 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:39866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pf8XF-0003aA-FC for emacs-devel@gnu.org; Tue, 18 Jan 2011 05:11:33 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pf8XC-0001qU-84 for emacs-devel@gnu.org; Tue, 18 Jan 2011 11:11:30 +0100 Original-Received: from 193.34.186.16 ([193.34.186.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Jan 2011 11:11:30 +0100 Original-Received: from andrewjmoreton by 193.34.186.16 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Jan 2011 11:11:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 193.34.186.16 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) Cancel-Lock: sha1:9d1LAXs+XI5MZiXAyMzFJWz2ilU= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:134695 Archived-At: On Mon 17 Jan 2011, Paul Eggert wrote: > No further comment to my suggestion to sync some gnulib files to Emacs > , > so I installed that as revision 102878 on the Emacs trunk. I also > regenerated the source files by invoking "make sync-from-gnulib", and > installed one or two minor related fixups involving "make > maintainer-clean". > > When time permits I'd like to look into syncing a few other modules > such as strftime. These will take a bit more work, since Emacs and > gnulib have diverged, and I plan to focus on modules where merging is > easy. The changes to update gnulib break the Windows build, which will no longer bootstrap. It seems that the new lib dir needs a makefile.win-in and some work on the build scripts similar to the old lib-src dir. AndyM