make in-place: keep non-default `PKGS' value in "racket/etc/link-pkgs.rktd"
This change makes a `PKGS=...' setting sticky for an in-place build via `make', `make in-place', `make pkg-links', etc. original commit: fb052532c0d80905ff202f8acf271235800eea38
This commit is contained in:
parent
a32d15f394
commit
05427c2ad4
|
@ -237,8 +237,7 @@
|
|||
(sh "cd " (q dir) " ; "
|
||||
"make -j " j " client"
|
||||
(client-args c server 'unix)
|
||||
" CORE_CONFIGURE_ARGS=" (q (apply ~a #:separator " "
|
||||
(get-opt c '#:configure null))))))
|
||||
" CONFIGURE_ARGS_qq=" (qq (get-opt c '#:configure null)))))
|
||||
|
||||
(define (windows-build c host port user server repo clean? pull?)
|
||||
(define dir (or (get-opt c '#:dir)
|
||||
|
|
Loading…
Reference in New Issue
Block a user