emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch Makefile.in to remove .DS_Store on MacOSX


From: Seiji Zenitani
Subject: Re: Patch Makefile.in to remove .DS_Store on MacOSX
Date: Wed, 19 Aug 2009 23:33:23 -0400

On 2009/08/18, at 17:24, Christian Lynbech wrote:

[unsure if this got through, sending again]
"Seiji" == Seiji Zenitani <address@hidden> writes:

Seiji> We use CVS, git or bzr to develop Emacs,
Seiji> but we don't use subversion.

But the current list of stuff removed contains more than what is
currently used by the emacs developers, for instance RCS directories are
also removed.

I use subversion for tracking emacs releases, hence the request.

Would it be terribly inconvenient to add .svn to the list?

In my opinion, the best solution is
to modify Makefile.in in your local repository.
I am not willing to modify the official one
for an unsupported VCS.

It is certainly strange that the list contains RCS.
Probably it needs to be removed.

--- Makefile.in 16 Aug 2009 03:16:34 -0000      1.375
+++ Makefile.in 20 Aug 2009 00:56:21 -0000
@@ -482,9 +482,8 @@
                | (cd $${dest}; umask 022; \
                   tar -xvf - && cat > /dev/null) || exit 1; \
              find $${dest} -exec chown $${installuser} {} ';' ;\
- for subdir in `find $${dest} -type d ! -name RCS ! -name CVS - print` ; do \
+             for subdir in `find $${dest} -type d ! -name CVS -print` ; do \
                chmod a+rx $${subdir} ; \
-               rm -rf $${subdir}/RCS ; \
                rm -rf $${subdir}/CVS ; \
                rm -f  $${subdir}/.cvsignore ; \
                rm -f  $${subdir}/.gitignore ; \


Seiji





reply via email to

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