chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Add info about "make check" to the README


From: Mario Domenech Goulart
Subject: Re: [Chicken-hackers] [PATCH] Add info about "make check" to the README
Date: Wed, 12 Sep 2012 16:45:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

Hi,

On Sun, 9 Sep 2012 15:20:53 +0200 Peter Bex <address@hidden> 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



reply via email to

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