For Racket CS, you'd want `make cs` or `make cs-base`.

`PKGS` is what gets built. The `racket/pkgs` directory is packages
that are part of the `racket/racket` repository; it includes things
like tests, the guide and reference, and a few other packages that
make sense to develop in the same repository as the core libraries and
runtime. Mostly that's an implementation detail. Note that some of
those packages (like `racket-doc`) depend on packages not in that
directory (like `scribble-lib`).

Sam


On Fri, May 8, 2020 at 10:11 AM zeRusski <vladilen.ko...@gmail.com> wrote:
>
>
>> You can do "make base" instead, which installs no packages. Or you can do 
>> something like 'make PKGS=drracket' which just installs DrRacket and 
>> dependencies, or similar with other packages.
>
>
> I am installing in-place but racket cs, not racket bc, so IIUC `make base` 
> isn't what I want. PKGS confuses me a bit at least having read both the 
> build.md notes and your comment. From the build notes I understand it 
> controls what gets build (or linked in place) that's already in racket/pkgs 
> dir - that would be the packages that are being developed alongside racket in 
> the same repository. But then the notes say that PKGS defaults to the 
> main-distribution like you said and apparently that brings in stuff beyond 
> the racket/pkgs dir. I guess I can run with PKGS="" and see if indeed the 
> racket/pkgs are still being built and linked, cause I really want them to. 
> They are the ones I'd consider base.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/racket-users/ca77a5fd-2718-4b11-9cb8-6ed00f719d2c%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAK%3DHD%2BYc%3DYg5L4xf8G3Z2cr4K_LUdouDN%2Br5y%3Dzv-7ciHhSqCw%40mail.gmail.com.

Reply via email to