Re: [PATCH] Add DEST Makefile variable

2005-04-21 Thread Pavel Roskin
Hello! On Fri, 2005-04-22 at 01:07 +0200, Matthias Urlichs wrote: > Hi, > > Junio C Hamano: > > I sent essentially the same some time ago and got a comment to > > follow established naming convention. > > > Well, for a Makefile which installs in basically one directory, that > seems to be overki

Re: [PATCH] Add DEST Makefile variable

2005-04-21 Thread Matthias Urlichs
Hi, Junio C Hamano: > I sent essentially the same some time ago and got a comment to > follow established naming convention. > Well, for a Makefile which installs in basically one directory, that seems to be overkill. > # DESTDIR= > BINDIR=$(HOME)/bin > install foobar $(DESTD

Re: [PATCH] Add DEST Makefile variable

2005-04-21 Thread Junio C Hamano
> "MU" == Matthias Urlichs <[EMAIL PROTECTED]> writes: MU> # (my ext3 doesn't). MU> CFLAGS=-g -O3 -Wall MU> +DEST=$(HOME)/bin MU> install: $(PROG) $(GEN_SCRIPT) MU> - install $(PROG) $(SCRIPT) $(GEN_SCRIPT) $(HOME)/bin/ MU> + install $(PROG) $(SCRIPT) $(GEN_SCRIPT) $(DEST)/ I sent e

[PATCH] Add DEST Makefile variable

2005-04-21 Thread Matthias Urlichs
This patch changes the Makefile to add a DEST variable (still defaulting to ~/bin/) so that people (or scripts) can trivially install git Somewhere Else. Signed-Off-By: Matthias Urlichs <[EMAIL PROTECTED]> --- 42a073eb6b5bb397a3e8768a032463a7fa02e6b9/Makefile (mode:100644 sha1:1fef8e4ae93b2abae