Hi,

On Sun, 9 Sep 2012 15:20:53 +0200 Peter Bex <[email protected]> wrote:

> On Sun, Sep 09, 2012 at 08:57:44AM -0400, Mario Domenech Goulart wrote:
>> +        You can check whether Chicken is functioning correctly by
>> +        running
>> +
>> +            make PLATFORM=<platform> PREFIX=<destination> check
>> 
>> The PREFIX=<destination> setting is optional, isn't it?
>
> I thought it wasn't, but a quick check seems to verify that it works
> even without PREFIX=<destination>.  I suppose we can leave it out.

How about:

    You can check whether Chicken is functioning correctly by
    running

        make <variables you set to build chicken> check

    For example, of you have built Chicken with

        make PLATFORM=linux C_COMPILER=clang install

    just run

        make PLATFORM=linux C_COMPILER=clang check
?


Or maybe something terser like:

    You can check whether Chicken is functioning correctly by
    running

        make <variables you set to build chicken> check


Mario
-- 
http://parenteses.org/mario

_______________________________________________
Chicken-hackers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to