Hisham wrote: > On Sat, Apr 12, 2008 at 11:01 AM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > >> Jonatan Liljedahl wrote: >> > Or something like this: >> > >> > with_gtk1=( >> > "--enable-gtk" >> > "--disable-gtk" >> > ) >> > >> > or more self-documenting: >> > >> > useflag_gtk1=( >> > "with=--enable-gtk" >> > "without=--disable-gtk" >> > ) >> > >> > Those would be easy parsable by bash itself... >> > >> Sure, the possibilities are infinite :D >> > > True, but all the proposed variations just lighten the cumbersomeness > in a syntactic manner. The problem is not the size of each entry but > the number of entries and the implied maintenance issues. I find the > approach Michael described in his original post to be a good > compromise. And the $with_* variables scheme is especially smart! > > -- Hisham That's true too, so a question arises: is there some simple way to do this? _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
- [gobolinux-devel] Use flags specification Michael Homer
- Re: [gobolinux-devel] Use flags specification Jonatan Liljedahl
- Re: [gobolinux-devel] Use flags specification Jonatan Liljedahl
- Re: [gobolinux-devel] Use flags specificati... Michael Homer
- Re: [gobolinux-devel] Use flags specification Daniele Maccari
- Re: [gobolinux-devel] Use flags specificati... Jonatan Liljedahl
- Re: [gobolinux-devel] Use flags specifi... Daniele Maccari
- Re: [gobolinux-devel] Use flags sp... Jonatan Liljedahl
- Re: [gobolinux-devel] Use flag... Daniele Maccari
- Re: [gobolinux-devel] Use flags sp... Hisham
- Re: [gobolinux-devel] Use flag... Daniele Maccari
- Re: [gobolinux-devel] Use ... Hisham
- Re: [gobolinux-devel] Use ... Daniele Maccari
- Re: [gobolinux-devel] Use ... Michael Homer
- Re: [gobolinux-devel] Use ... Daniele Maccari
- Re: [gobolinux-devel] Use ... Jonatan Liljedahl
- Re: [gobolinux-devel] Use ... Michael Homer
- Re: [gobolinux-devel] Use ... Daniele Maccari
- Re: [gobolinux-devel] Use ... Hisham
- Re: [gobolinux-devel] Use ... Daniele Maccari
- Re: [gobolinux-devel] Use ... Michael Homer