From 2e8e479a52fe7dc7977bdede7ecf9df1f8e4933d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 13 Sep 2018 08:45:31 -0600 Subject: [PATCH] thread & io: makefile repairs to work with nmake --- racket/src/expander/Makefile | 4 ++-- racket/src/io/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/racket/src/expander/Makefile b/racket/src/expander/Makefile index 3d9be1231c..2b6404d574 100644 --- a/racket/src/expander/Makefile +++ b/racket/src/expander/Makefile @@ -35,8 +35,8 @@ GLOBALS = --no-global \ ++global-ok built-in-symbols \ ++global-ok default-read-handler \ ++global-ok current-previously-unbound \ - ++global-ok 'keep-source-locations?' \ - ++global-ok 'rx:path-list' + ++global-ok "keep-source-locations?" \ + ++global-ok rx:path-list # Set `BUILDDIR` as a prefix on "compiled" output (defaults to empty). # Set `DEPENDSDIR` as the same sort of prefix in the generated diff --git a/racket/src/io/Makefile b/racket/src/io/Makefile index d96be4a9d3..078a0502b9 100644 --- a/racket/src/io/Makefile +++ b/racket/src/io/Makefile @@ -20,7 +20,7 @@ GLOBALS = --no-global \ ++global-ok installed-read-accept-reader \ ++global-ok installed-read-accept-lang \ ++global-ok maybe-raise-missing-module \ - ++global-ok 'string->number?' \ + ++global-ok "string->number?" \ ++global-ok do-global-print \ ++global-ok exec-file \ ++global-ok run-file \