unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Seiji Zenitani <zenitani@mac.com>
To: Christian Lynbech <christian@defun.dk>
Cc: emacs-devel emacs-devel <emacs-devel@gnu.org>
Subject: Re: Patch Makefile.in to remove .DS_Store on MacOSX
Date: Wed, 19 Aug 2009 23:33:23 -0400	[thread overview]
Message-ID: <B4C421F1-4CEF-4747-9EC5-FB3CC748FF85@mac.com> (raw)
In-Reply-To: <m21vn8ak8h.fsf@defun.dk>

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

> [unsure if this got through, sending again]
>>>>>> "Seiji" == Seiji Zenitani <zenitani@mac.com> 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	other threads:[~2009-08-20  3:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-08-13 14:19 CHENG Gao

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=B4C421F1-4CEF-4747-9EC5-FB3CC748FF85@mac.com \
    --to=zenitani@mac.com \
    --cc=christian@defun.dk \
    --cc=emacs-devel@gnu.org \
    /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).