Op donderdag 29 jul 2010 11:28 CEST schreef Cecil Westerhof:
> I just downloaded sbcl and are busy installing it. At the moment in
> the INSTALL file under section 2.5 there is written:
> To run the regression tests:
>
> $ cd tests && sh run-tests.sh
>
> To build documentation:
>
> $ cd doc/manual && make
>
> I think it is better to make this:
> To run the regression tests:
>
> $ (cd tests && sh run-tests.sh)
>
> To build documentation:
>
> $ (cd doc/manual && make)
>
> In this way you stay in the current directory.
The second part could even better be made:
make -C doc/manual
--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
|