unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH]: copy `*.cur' files along with NT icons
@ 2004-01-06 21:33 Eric Hanchrow
  2004-01-07  0:33 ` Jason Rumney
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Hanchrow @ 2004-01-06 21:33 UTC (permalink / 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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH]: copy `*.cur' files along with NT icons
  2004-01-06 21:33 [PATCH]: copy `*.cur' files along with NT icons Eric Hanchrow
@ 2004-01-07  0:33 ` Jason Rumney
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Rumney @ 2004-01-07  0:33 UTC (permalink / raw)
  Cc: emacs-devel

Eric Hanchrow <offby1@blarg.net> writes:

> This prevents failure of the MinGW build from the tarball that
> results from `make dist; tar cf - emacs-21.3.50 > whatever.tar'.

Thanks, I have added the extra line to make-dist.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-07  0:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-06 21:33 [PATCH]: copy `*.cur' files along with NT icons Eric Hanchrow
2004-01-07  0:33 ` Jason Rumney

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).