emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch Makefile.in to remove .DS_Store on MacOSX


From: CHENG Gao
Subject: Patch Makefile.in to remove .DS_Store on MacOSX
Date: Thu, 13 Aug 2009 22:19:51 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin)

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 ; \

reply via email to

[Prev in Thread] Current Thread [Next in Thread]