[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Fwd: MiNTLib sh-compliant includepath
On Sat, 2009-03-07 at 21:59 +0100, Vincent Rivière wrote:
> Miro Kropacek wrote:
> > there's patch following Andreas' hint, i.e. not to use bash specific $(<
> > ...) but $(cat ...) instead. Tested and works.
>
> You're right, $(cat should be preferred to $(<
>
> While speaking about that...
> I have always been annoyed to not see the full expanded command line when
> compiling the MiNTLib. It can be achieved by using the $(shell function of make.
>
> So instead of using:
> -I$$(<$(top_srcdir)/includepath)
> use:
> -I$(shell cat $(top_srcdir)/includepath)
Miro/Vincent,
I completely forgot about this and just committed.
Let me know if there's any problems.
Alan.