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:
Matthew Flatt 2013-07-05 07:00:49 -06:00
parent a32d15f394
commit 05427c2ad4

View File

@ -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)