Re: bcp command not installed by Makefile

2010-06-16 Thread Chris Samuel
On Fri, 11 Jun 2010 10:12:07 pm Hubert Kario wrote: > Does 'bcp' can do anything additional that the 'cp --reflink=always'? No, but would be handy for systems where that's not present as an option for cp (such as the current Ubuntu 10.04 release). Just noticed that bcp isn't present in the btrfs

Re: bcp command not installed by Makefile

2010-06-11 Thread Palmer Cox
I guess not. I thought that bcp was letting me do a reflink copy of a file from one subvolume to the another while cp was not. Anyway, I looked through the code and realized that bcp was just falling back to a regular copy. oh well. -Palmer Cox On Fri, Jun 11, 2010 at 8:12 AM, Hubert Kario wr

Re: bcp command not installed by Makefile

2010-06-11 Thread Hubert Kario
On Friday 11 of June 2010 03:46:11 Palmer Cox wrote: > Is there a reason the bcp command isn't installed when running make > install? If not, here is a really simple patch to add it to the > install. > > -Palmer Cox Does 'bcp' can do anything additional that the 'cp --reflink=always'? -- Huber

bcp command not installed by Makefile

2010-06-10 Thread Palmer Cox
Is there a reason the bcp command isn't installed when running make install?  If 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 :  install: $(progs) inst