tom fogal <[email protected]> writes: > Dan Nicholson <[email protected]> writes: > > On Tue, Nov 24, 2009 at 12:37 PM, tom fogal <[email protected]> wrot= > e: > > > Dan Nicholson <[email protected]> writes: > > >> On Thu, Nov 19, 2009 at 8:28 AM, Brian Paul <[email protected]> wrote= > : > > >> > tom fogal wrote: > > >> >> Brian Paul <[email protected]> writes: > > >> >> Secondly, the AIX build is failing in progs/Makefile. > > > > > 31f7e8efb25a77e3bdfb6e9850cf31e339060976 is definitely correct as the > > quotes would cause all the directories to be a single argument. Can > > you try the automake way, which I believe is used to workaround this > > exact issue? It constructs the for loop using a shell variable instead > > of a make variable. > > > subdirs: > > @list=3D'$(SUBDIRS)'; for dir in $$list; do echo $$dir; done > > This works great with AIX (and of course GNU) make. [snip] > I like your automake-esque solution. How's the attached patch? Note > that I tested the approach but not Mesa on AIX yet (please don't > apply). > > From: Tom Fogal <[email protected]> > Date: Tue, 24 Nov 2009 16:46:31 -0700 > Subject: [PATCH] RFC: Simplify hackery added to fix AIX build. [snip]
I just verified on AIX, and this patch works (in our configuration, at least) fine. -tom ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
