From dafb6d722e5fd3e5871e1a6663ba417a9ad2222c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 8 Jan 2016 19:31:46 -0700 Subject: [PATCH] Makefile: move `SRC_CATALOG` definition to ealier Accommodate nmake.exe, which needs the definition before the use in `win32-in-place`. --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f4496a8e29d..fde73a44280 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,10 @@ WIN32_RUN_RACO = $(WIN32_RUN_RACKET) -N raco -l- raco DEFAULT_SRC_CATALOG = https://pkgs.racket-lang.org +# Belongs in the "Configuration options" section, but here +# to accomodate nmake: +SRC_CATALOG = $(DEFAULT_SRC_CATALOG) + CPUS = in-place: @@ -194,8 +198,8 @@ racket/src/build/cross/Makefile: racket/src/configure racket/src/Makefile.in # end in "_q" or "_qq", don't use any quote marks on the right-hand # side of its definition. -# Catalog for package sources: -SRC_CATALOG = $(DEFAULT_SRC_CATALOG) +# Catalog for package sources (defined above): +# SRC_CATALOG = $(DEFAULT_SRC_CATALOG) # A URL embedded in documentation for remote searches, where a Racket # version and search key are added as query fields to the URL, and ""