J. David Boyd wrote:

> "Kip" <[EMAIL PROTECTED]> writes:
> 
> > Greetings,
> > 
> > How might I add information outputted from "uname -m" into a
> > variable in my makefile automatically? Unless someone knows of
> > another way to automatically detect the platform inside the
> > makefile? Thanks.
> > 
> > -- 
> > Kip Warner
> > Vertigo
> > http://TheVertigo.com
> 
> Isn't that what the autoconf tool is for?
> 
> Dave in Largo, FL

HOST_PLATFORM = ${shell $(CPP) -dumpmachine}

-- 
Kip Warner
Vertigo
http://TheVertigo.com
_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to