chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uname -o does not exist on mac


From: Lassi Kortela
Subject: Re: uname -o does not exist on mac
Date: Sun, 18 Jul 2021 17:19:50 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.12.0

You should see if Chibi has the same problem, since it uses a very similar Makefile.detect.

Chibi seems to avoid the problem by checking for the OSes without `uname -o` support before the OSes that require it. All the checks are chained together using "else if" so the first passing check causes the remaining ones to be skipped.

https://github.com/ashinn/chibi-scheme/blob/f48312fad3bca50db2f66c7050a2c3bd27dafd82/Makefile.detect



reply via email to

[Prev in Thread] Current Thread [Next in Thread]