From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eric Hanchrow Newsgroups: gmane.emacs.devel Subject: [PATCH]: copy `*.cur' files along with NT icons Date: Tue, 06 Jan 2004 13:33:33 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87oetg4v9u.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073425270 17367 80.91.224.253 (6 Jan 2004 21:41:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2004 21:41:10 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 06 22:41:07 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Adywl-0007Vg-00 for ; Tue, 06 Jan 2004 22:41:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Adywl-0001UQ-00 for ; Tue, 06 Jan 2004 22:41:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Adznt-0001w6-P2 for emacs-devel@quimby.gnus.org; Tue, 06 Jan 2004 17:36:01 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AdznX-0001ux-1C for emacs-devel@gnu.org; Tue, 06 Jan 2004 17:35:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Adzmz-0001nF-Gw for emacs-devel@gnu.org; Tue, 06 Jan 2004 17:35:36 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Adzmz-0001n2-6p for emacs-devel@gnu.org; Tue, 06 Jan 2004 17:35:05 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AdypT-0007G9-00 for ; Tue, 06 Jan 2004 22:33:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdypS-0007G1-00 for ; Tue, 06 Jan 2004 22:33:34 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AdypS-0004Be-00 for ; Tue, 06 Jan 2004 22:33:34 +0100 Original-Lines: 29 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1004 (Gnus v5.10.4) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:0ZJuyotZz/xusI2nYFg55ZNrNG4= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19047 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19047 This prevents failure of the MinGW build from the tarball that results from `make dist; tar cf - emacs-21.3.50 > whatever.tar'. cd /usr/local/src/emacs-cvs/ diff -bu /usr/local/src/emacs-cvs/make-dist.\~1.205.\~ /usr/local/src/emacs-cvs/make-dist --- /usr/local/src/emacs-cvs/make-dist.~1.205.~ 2003-09-01 08:44:58.000000000 -0700 +++ /usr/local/src/emacs-cvs/make-dist 2004-01-06 13:30:59.000000000 -0800 @@ -512,7 +512,9 @@ echo "Making links to \`nt/icons'" (cd nt/icons - ln [a-z]*.ico ../../${tempdir}/nt/icons) + ln [a-z]*.ico ../../${tempdir}/nt/icons + ln [a-z]*.cur ../../${tempdir}/nt/icons +) echo "Making links to \`mac'" (cd mac Diff finished at Tue Jan 6 13:31:30 -- A hacker would consider being asked to write add x to y giving z instead of z = x+y as something between an insult to his intelligence and a sin against God. -- Paul Graham (http://paulgraham.com/popular.html)