removed p from subdirectopry
This commit is contained in:
Stephen De Gabrielle 2020-08-06 01:42:32 +01:00 committed by Matthew Flatt
parent c4ecada443
commit 2ebb44781f
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ remove the `bc` suffix and the subdirectory in `"compiled"` by providing
`RACKETBC_SUFFIX=""` to `make bc`.
Along similar lines, you can add a `cs` suffix to the Racket CS
executables and cause them to use a machine-specific subdirectopry of
executables and cause them to use a machine-specific subdirectory of
`"compiled"` by providing `RACKETCS_SUFFIX="cs"` to `make` or `make cs`.
Use `make both` to build both Racket BC and Racket CS, where packages

View File

@ -224,7 +224,7 @@ and the subdirectory in @filepath{compiled} by providing
@exec{RACKETBC_SUFFIX=""} to @exec{make bc}.
Along similar lines, you can add a @litchar{cs} suffix to the Racket
CS executables and cause them to use a machine-specific subdirectopry
CS executables and cause them to use a machine-specific subdirectory
of @filepath{compiled} by providing @exec{RACKETCS_SUFFIX="cs"} to
@exec{make} or @exec{make cs}.