All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Gabriel de Perthuis <g2p.code@gmail.com>
Cc: linux-kbuild@vger.kernel.org
Subject: Re: [PATCH 1/2] scripts: Use RCS_FIND_IGNORE in more places
Date: Wed, 03 Jul 2013 22:40:02 +0200	[thread overview]
Message-ID: <51D48C22.4070906@suse.cz> (raw)
In-Reply-To: <51CB7713.7020901@gmail.com>

Dne 27.6.2013 01:19, Gabriel de Perthuis napsal(a):
> -RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
> -		   -o -name .pc -o -name .hg -o -name .git \) -prune -o
> +export RCS_FIND_IGNORE := ( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
> +		   -o -name .pc -o -name .hg -o -name .git ) -prune -o

This change breaks make mrproper.

Michal


      reply	other threads:[~2013-07-03 20:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-26 23:19 [PATCH 1/2] scripts: Use RCS_FIND_IGNORE in more places Gabriel de Perthuis
2013-07-03 20:40 ` Michal Marek [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51D48C22.4070906@suse.cz \
    --to=mmarek@suse.cz \
    --cc=g2p.code@gmail.com \
    --cc=linux-kbuild@vger.kernel.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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.