On 19 December 2006 22:08, bC wrote:
> I've built a couple simplistic make files to install my program, needed
> data files and libraries.... one aimed at being used on Fedora Core 3, the
> other on Fedora Core 5. Those are currently the two favorites of my target
> audience; and I've found them to vary in what libraries are present by
> default.
>
> I'd like to maintain just the one make file... so, I need a test and
> decision based upon which version of the OS the make utility finds itself
> running under. I would appreciate a kick-start in the right direction.
Perhaps something along the lines of
OS_VERSION=$(shell uname)
would do what you want. Depending on what you want to distinguish between
you may want to add flags to uname, or use pattern matching to extract just
part of the output.
cheers,
DaveK
--
Can't think of a witty .sigline today....
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make