render build guide to "build.md"
Also, tweak to follow a documentation convention.
This commit is contained in:
parent
c3aa63db37
commit
117f22e3d6
7
build.md
7
build.md
|
@ -841,6 +841,13 @@ that process faster by keeping a few guidelines in mind:
|
|||
where a change creates a new package dependency that will only be
|
||||
detected by a full `raco setup`. _Really:_ run `raco setup`.
|
||||
|
||||
* For changes to the C code, ensure your code follows the C99 standard.
|
||||
|
||||
On Unix systems, extensions that are part of the `_DEFAULT_SOURCE`
|
||||
pre-processor flag are also allowed. See the
|
||||
[glibc](https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html#index-_005fDEFAULT_005fSOURCE)
|
||||
manual for more details.
|
||||
|
||||
### 3.4. More Resources
|
||||
|
||||
For additional pointers on how to contribute to Racket, see
|
||||
|
|
|
@ -184,7 +184,7 @@ make that process faster by keeping a few guidelines in mind:
|
|||
|
||||
@item{For changes to the C code, ensure your code follows the C99 standard.
|
||||
|
||||
On *nix systems, extensions that are part of the @exec{_DEFAULT_SOURCE}
|
||||
On Unix systems, extensions that are part of the @exec{_DEFAULT_SOURCE}
|
||||
pre-processor flag are also allowed. See the
|
||||
@hyperlink["https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html#index-_005fDEFAULT_005fSOURCE"]{glibc}
|
||||
manual for more details.}
|
||||
|
|
Loading…
Reference in New Issue
Block a user