Re: Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Sjors Gielen
Sjors Gielen schreef: Christopher Faylor schreef: On Mon, Feb 23, 2009 at 06:17:22PM +0100, Sjors Gielen wrote: [snip] Thanks for the patch. I've had something half-finished sitting in my sandbox for a while now but since you beat me to it, I'll install your version. Thanks. I noticed I

Re: Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Chris Sutcliffe
>> I'm not going to change the mingw/w32api stuff though. That belongs to >> another project. You might want to visit http://mingw.org/ and find a >> forum which is appropriate to ask them if your changes are ok. > > I submitted the two patches to the Mingw team. (This patch does contain the > ad

Re: Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Sjors Gielen
Christopher Faylor schreef: On Mon, Feb 23, 2009 at 06:17:22PM +0100, Sjors Gielen wrote: [snip] Thanks for the patch. I've had something half-finished sitting in my sandbox for a while now but since you beat me to it, I'll install your version. Thanks. I noticed I didn't change the ChangeL

Re: Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Christopher Faylor
On Mon, Feb 23, 2009 at 06:17:22PM +0100, Sjors Gielen wrote: > Hello, > > I noticed winsup does not respect $(DESTDIR) in its installation process. > The applied patch modifies the Makefile.in files, to have them use > $(DESTDIR) in all install lines. This includes: >* install(1) (also MKD

Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Sjors Gielen
Hello, I noticed winsup does not respect $(DESTDIR) in its installation process. The applied patch modifies the Makefile.in files, to have them use $(DESTDIR) in all install lines. This includes: * install(1) (also MKDIRP) * the mkinstalldirs / $(mkinstalldirs) commands * a ln -sf l