From 4b42225f0c20a3c94f70e63651168bf1c08bd213 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 25 Nov 2018 10:31:09 -0700 Subject: [PATCH] raco setup: remove `-M`/`--compile-any` This commit mostly reverts 9441f7075f, because it looks like relying on `racket`-level configuration is the right idea after all. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbf6a631e7..770bbc3908 100644 --- a/Makefile +++ b/Makefile @@ -544,7 +544,7 @@ SVR_CAT = http://$(SVR_PRT)/$(SERVER_CATALOG_PATH) # Helper macros: USER_CONFIG = -G build/user/config -X racket/collects -A build/user $(SETUP_MACHINE_FLAGS) USER_RACKET = $(PLAIN_RACKET) $(USER_CONFIG) -USER_RACO = $(PLAIN_RACKET) $(USER_CONFIG) -N raco -l- raco +USER_RACO = $(PLAIN_RACKET) $(SETUP_MACHINE_FLAGS) $(USER_CONFIG) -N raco -l- raco WIN32_RACKET = $(WIN32_PLAIN_RACKET) $(USER_CONFIG) WIN32_RACO = $(WIN32_PLAIN_RACKET) $(USER_CONFIG) -N raco -l- raco X_AUTO_OPTIONS = --skip-installed --deps search-auto --pkgs $(JOB_OPTIONS)