fix typo
removed p from subdirectopry
This commit is contained in:
parent
c4ecada443
commit
2ebb44781f
2
build.md
2
build.md
|
@ -245,7 +245,7 @@ remove the `bc` suffix and the subdirectory in `"compiled"` by providing
|
||||||
`RACKETBC_SUFFIX=""` to `make bc`.
|
`RACKETBC_SUFFIX=""` to `make bc`.
|
||||||
|
|
||||||
Along similar lines, you can add a `cs` suffix to the Racket CS
|
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`.
|
`"compiled"` by providing `RACKETCS_SUFFIX="cs"` to `make` or `make cs`.
|
||||||
|
|
||||||
Use `make both` to build both Racket BC and Racket CS, where packages
|
Use `make both` to build both Racket BC and Racket CS, where packages
|
||||||
|
|
|
@ -224,7 +224,7 @@ and the subdirectory in @filepath{compiled} by providing
|
||||||
@exec{RACKETBC_SUFFIX=""} to @exec{make bc}.
|
@exec{RACKETBC_SUFFIX=""} to @exec{make bc}.
|
||||||
|
|
||||||
Along similar lines, you can add a @litchar{cs} suffix to the Racket
|
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
|
of @filepath{compiled} by providing @exec{RACKETCS_SUFFIX="cs"} to
|
||||||
@exec{make} or @exec{make cs}.
|
@exec{make} or @exec{make cs}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user