linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Palmer Cox <palmercox@gmail.com>
To: linux-btrfs@vger.kernel.org
Subject: bcp command not installed by Makefile
Date: Thu, 10 Jun 2010 21:46:11 -0400	[thread overview]
Message-ID: <AANLkTimRn1NJsivc6HD8W5K3QKQoPdmvfK54o6TOY37c@mail.gmail.com> (raw)

Is there a reason the bcp command isn't installed when running make
install? =A0If not, here is a really simple patch to add it to the
install.

-Palmer Cox


diff --git a/Makefile b/Makefile
index 525676e..e5005b0 100644
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,7 @@ clean :
=A0install: $(progs) install-man
=A0=A0 =A0 =A0 =A0$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
=A0=A0 =A0 =A0 =A0$(INSTALL) $(progs) $(DESTDIR)$(bindir)
+ =A0 =A0 =A0 $(INSTALL) -m755 bcp $(DESTDIR)$(bindir)
=A0=A0 =A0 =A0 =A0if [ -e btrfs-convert ]; then $(INSTALL) btrfs-conver=
t
$(DESTDIR)$(bindir); fi

=A0-include .*.d
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2010-06-11  1:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-11  1:46 Palmer Cox [this message]
2010-06-11 12:12 ` bcp command not installed by Makefile Hubert Kario
2010-06-11 23:01   ` Palmer Cox
2010-06-16  7:02   ` Chris Samuel

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=AANLkTimRn1NJsivc6HD8W5K3QKQoPdmvfK54o6TOY37c@mail.gmail.com \
    --to=palmercox@gmail.com \
    --cc=linux-btrfs@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 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 NNTP newsgroup(s).