Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-13 Thread Michael Homer
On Tue, May 13, 2008 at 6:37 PM, Hisham <[EMAIL PROTECTED]> wrote: > > On Mon, May 12, 2008 at 2:17 AM, Michael Homer <[EMAIL PROTECTED]> wrote: > > > > On Mon, May 12, 2008 at 2:15 PM, Hisham <[EMAIL PROTECTED]> wrote: > > > > > > On Sun, May 11, 2008 at 5:42 AM, Michael Homer <[EMAIL PROTEC

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-12 Thread Hisham
On Mon, May 12, 2008 at 2:17 AM, Michael Homer <[EMAIL PROTECTED]> wrote: > > On Mon, May 12, 2008 at 2:15 PM, Hisham <[EMAIL PROTECTED]> wrote: > > > > On Sun, May 11, 2008 at 5:42 AM, Michael Homer <[EMAIL PROTECTED]> wrote: > > > On Sun, May 11, 2008 at 8:30 PM, Daniele Maccari <[EMAIL PROTE

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-12 Thread Jonas Karlsson
On 12/05/2008, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Jonas Karlsson wrote: > > On 12/05/2008, Daniele Maccari <[EMAIL PROTECTED]> wrote: > > > >> Michael Homer wrote: > >> > > >> > I'll let Hisham speak for himself, but I think the general point he's > >> > making (and the one that'

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-12 Thread Daniele Maccari
Jonas Karlsson wrote: > On 12/05/2008, Daniele Maccari <[EMAIL PROTECTED]> wrote: > >> Michael Homer wrote: >> > >> > I'll let Hisham speak for himself, but I think the general point he's >> > making (and the one that's been discussed before) is that in general, >> > running something in bet

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-12 Thread Jonas Karlsson
On 12/05/2008, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Michael Homer wrote: > > > > I'll let Hisham speak for himself, but I think the general point he's > > making (and the one that's been discussed before) is that in general, > > running something in between configure and make is a hack

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-12 Thread Daniele Maccari
Michael Homer wrote: > > I'll let Hisham speak for himself, but I think the general point he's > making (and the one that's been discussed before) is that in general, > running something in between configure and make is a hack to fix > something that's been misconfigured (e.g., patching a makefile

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-12 Thread Michael Homer
On Mon, May 12, 2008 at 7:11 PM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Michael Homer wrote: > > On Mon, May 12, 2008 at 2:15 PM, Hisham <[EMAIL PROTECTED]> wrote: > >> On Sun, May 11, 2008 at 5:42 AM, Michael Homer <[EMAIL PROTECTED]> wrote: > >> > On Sun, May 11, 2008 at 8:30 PM, Daniel

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-12 Thread Daniele Maccari
Michael Homer wrote: > On Mon, May 12, 2008 at 2:15 PM, Hisham <[EMAIL PROTECTED]> wrote: > >> On Sun, May 11, 2008 at 5:42 AM, Michael Homer <[EMAIL PROTECTED]> wrote: >> > On Sun, May 11, 2008 at 8:30 PM, Daniele Maccari <[EMAIL PROTECTED]> >> wrote: >> > > 2008/5/11 Michael Homer <[EMAIL

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-11 Thread Michael Homer
On Mon, May 12, 2008 at 2:15 PM, Hisham <[EMAIL PROTECTED]> wrote: > > On Sun, May 11, 2008 at 5:42 AM, Michael Homer <[EMAIL PROTECTED]> wrote: > > On Sun, May 11, 2008 at 8:30 PM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > > > 2008/5/11 Michael Homer <[EMAIL PROTECTED]>: > > >> On Sun, May

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-11 Thread Hisham
On Sun, May 11, 2008 at 5:42 AM, Michael Homer <[EMAIL PROTECTED]> wrote: > On Sun, May 11, 2008 at 8:30 PM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > > 2008/5/11 Michael Homer <[EMAIL PROTECTED]>: > >> On Sun, May 11, 2008 at 7:29 AM, Daniele Maccari <[EMAIL PROTECTED]> > >> wrote: > >> > H

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-11 Thread Michael Homer
On Sun, May 11, 2008 at 8:30 PM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > 2008/5/11 Michael Homer <[EMAIL PROTECTED]>: >> On Sun, May 11, 2008 at 7:29 AM, Daniele Maccari <[EMAIL PROTECTED]> >> wrote: >> > Hi all, >> > I was trying to create a recipe for openoffice (source) and I ran into >> >

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-11 Thread Daniele Maccari
2008/5/11 Michael Homer <[EMAIL PROTECTED]>: > On Sun, May 11, 2008 at 7:29 AM, Daniele Maccari <[EMAIL PROTECTED]> > wrote: > > Hi all, > > > > I was trying to create a recipe for openoffice (source) and I ran into > the > > problem of performing some tasks just in between configure and make, > w

Re: [gobolinux-devel] Compile patch to add a post_configure hook

2008-05-10 Thread Michael Homer
On Sun, May 11, 2008 at 7:29 AM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Hi all, > > I was trying to create a recipe for openoffice (source) and I ran into the > problem of performing some tasks just in between configure and make, which > isn't possible with the current Compile. I then created

[gobolinux-devel] Compile patch to add a post_configure hook

2008-05-10 Thread Daniele Maccari
Hi all, I was trying to create a recipe for openoffice (source) and I ran into the problem of performing some tasks just in between configure and make, which isn't possible with the current Compile. I then created this patch which simply run a "post_configure" hook, in the same style as other hook