Re: [PATCH 5/8] Honor DESTDIR

2013-01-01 Thread greened
Junio C Hamano writes: > "David A. Greene" writes: > >> From: Adam Tkac >> >> Teach git-subtree's Makefile to honor DESTDIR. >> >> Author:Adam Tkac >> >> Signed-off-by:Adam Tkac >> >> Signed-off-by: David A. Greene >> --- > > The contents of the patch looks sensible; the above is que

Re: [PATCH 5/8] Honor DESTDIR

2013-01-01 Thread Junio C Hamano
"David A. Greene" writes: > From: Adam Tkac > > Teach git-subtree's Makefile to honor DESTDIR. > > Author:Adam Tkac > > Signed-off-by:Adam Tkac > > Signed-off-by: David A. Greene > --- The contents of the patch looks sensible; the above is questionable as all the other messages in th

[PATCH 5/8] Honor DESTDIR

2012-12-31 Thread David A. Greene
From: Adam Tkac Teach git-subtree's Makefile to honor DESTDIR. Author:Adam Tkac Signed-off-by:Adam Tkac Signed-off-by: David A. Greene --- contrib/subtree/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/subtree/Makefile b/contrib/subtree/