commit 05427c2ad43bacec68525cb11f85ef330cfc2a6d
parent a32d15f394a9b6ce1fe9976cabd4a12450aaf6e6
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Fri, 5 Jul 2013 07:00:49 -0600
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
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pkgs/distro-build/drive-clients.rkt b/pkgs/distro-build/drive-clients.rkt
@@ -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)