unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Patch Makefile.in to remove .DS_Store on MacOSX
@ 2009-08-16  0:36 Seiji Zenitani
  2009-08-16  1:29 ` Chong Yidong
  0 siblings, 1 reply; 13+ messages in thread
From: Seiji Zenitani @ 2009-08-16  0:36 UTC (permalink / raw)
  To: emacs-devel

CHENG Gao wrote:
 >
 > Attached is patch file to remove .DS_Store (on MacOSX) while  
installing
 > Emacs.
 >
 > --- Makefile.in.old     2009-08-13 22:15:27.000000000 +0800
 > +++ Makefile.in 2009-08-13 22:13:14.000000000 +0800
 > @@ -486,6 +486,7 @@
 >                 chmod a+rx $${subdir} ; \
 >                 rm -rf $${subdir}/RCS ; \
 >                 rm -rf $${subdir}/CVS ; \
 > +               rm -f  $${subdir}/.DS_Store ; \
 >                 rm -f  $${subdir}/.cvsignore ; \
 >                 rm -f  $${subdir}/.gitignore ; \
 >                 rm -f  $${subdir}/.arch-inventory ; \

I think this proposal is reasonable.

The .DS_Store is a meta file to store GUI-related information
(size, position of the window or icon's position in the window),
and it is automatically generated by Finder (the file browser).

Can I install this?

Seiji





^ permalink raw reply	[flat|nested] 13+ messages in thread
* Patch Makefile.in to remove .DS_Store on MacOSX
@ 2009-08-13 14:19 CHENG Gao
  0 siblings, 0 replies; 13+ messages in thread
From: CHENG Gao @ 2009-08-13 14:19 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 81 bytes --]


Attached is patch file to remove .DS_Store (on MacOSX) while installing
Emacs.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Makefile.in.diff --]
[-- Type: text/x-patch, Size: 363 bytes --]

--- Makefile.in.old	2009-08-13 22:15:27.000000000 +0800
+++ Makefile.in	2009-08-13 22:13:14.000000000 +0800
@@ -486,6 +486,7 @@
 		chmod a+rx $${subdir} ; \
 		rm -rf $${subdir}/RCS ; \
 		rm -rf $${subdir}/CVS ; \
+		rm -f  $${subdir}/.DS_Store ; \
 		rm -f  $${subdir}/.cvsignore ; \
 		rm -f  $${subdir}/.gitignore ; \
 		rm -f  $${subdir}/.arch-inventory ; \

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

end of thread, other threads:[~2009-08-20  3:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-16  0:36 Patch Makefile.in to remove .DS_Store on MacOSX Seiji Zenitani
2009-08-16  1:29 ` Chong Yidong
2009-08-16  3:23   ` Seiji Zenitani
2009-08-16 16:55     ` Christian Lynbech
2009-08-18  0:54       ` Seiji Zenitani
2009-08-18  1:12         ` Ken Raeburn
2009-08-18 14:25           ` Stefan Monnier
2009-08-18 14:55             ` Lynbech Christian
2009-08-18 16:13               ` Stefan Monnier
2009-08-18 15:45             ` Ken Raeburn
2009-08-18 21:24         ` Christian Lynbech
2009-08-20  3:33           ` Seiji Zenitani
  -- strict thread matches above, loose matches on Subject: below --
2009-08-13 14:19 CHENG Gao

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