linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bcp command not installed by Makefile
@ 2010-06-11  1:46 Palmer Cox
  2010-06-11 12:12 ` Hubert Kario
  0 siblings, 1 reply; 4+ messages in thread
From: Palmer Cox @ 2010-06-11  1:46 UTC (permalink / raw)
  To: linux-btrfs

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-16  7:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-11  1:46 bcp command not installed by Makefile Palmer Cox
2010-06-11 12:12 ` Hubert Kario
2010-06-11 23:01   ` Palmer Cox
2010-06-16  7:02   ` Chris Samuel

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).