unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eric Hanchrow <offby1@blarg.net>
Subject: [PATCH]: copy `*.cur' files along with NT icons
Date: Tue, 06 Jan 2004 13:33:33 -0800	[thread overview]
Message-ID: <87oetg4v9u.fsf@offby1.atm01.sea.blarg.net> (raw)


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)

             reply	other threads:[~2004-01-06 21:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-06 21:33 Eric Hanchrow [this message]
2004-01-07  0:33 ` [PATCH]: copy `*.cur' files along with NT icons Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oetg4v9u.fsf@offby1.atm01.sea.blarg.net \
    --to=offby1@blarg.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).