Makefile: move SRC_CATALOG
definition to ealier
Accommodate nmake.exe, which needs the definition before the use in `win32-in-place`.
This commit is contained in:
parent
7b4c91ea21
commit
dafb6d722e
8
Makefile
8
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 ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user