Re: [PATCH] build binary tar.gz from source

2009-04-08 Thread phcoder
Felix Zielcke wrote: Am Mittwoch, den 08.04.2009, 18:56 +0200 schrieb phcoder: Hello. Here is a patch to add new target distbin which creates a binary tar.gz. The main purpose is for the possible nightly builds Why don't you just use `make DESTDIR=tar install'? Because I didn't know about thi

Re: [PATCH] build binary tar.gz from source

2009-04-08 Thread Felix Zielcke
Am Mittwoch, den 08.04.2009, 18:56 +0200 schrieb phcoder: > Hello. Here is a patch to add new target distbin which creates a binary > tar.gz. The main purpose is for the possible nightly builds Why don't you just use `make DESTDIR=tar install'? -- Felix Zielcke __

[PATCH] build binary tar.gz from source

2009-04-08 Thread phcoder
Hello. Here is a patch to add new target distbin which creates a binary tar.gz. The main purpose is for the possible nightly builds -- Regards Vladimir 'phcoder' Serbinenko diff --git a/ChangeLog b/ChangeLog index c679982..1fd827a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-