diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2026-05-13 04:20:50 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2026-05-13 04:20:50 +0000 |
| commit | ef402bba84260816d3e8d6e2439b0bc7eddc9446 (patch) | |
| tree | dd34b0ce295c31fa6eacc9ac6efbf7451115660b /make-bootstrap.sh.in | |
| parent | fe271bdb43cf88ee129d94c0e286fe618fd28e89 (diff) | |
Diffstat (limited to 'make-bootstrap.sh.in')
| -rwxr-xr-x | make-bootstrap.sh.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make-bootstrap.sh.in b/make-bootstrap.sh.in index d4f3c0a39c89..c73a9cdcf967 100755 --- a/make-bootstrap.sh.in +++ b/make-bootstrap.sh.in @@ -20,7 +20,9 @@ MDEFS="-DMAKE_VERSION=\"$MAKE_VERSION\" \ -D@force_machine@MACHINE=\"@machine@\" \ -D@force_machine_arch@MACHINE_ARCH=\"@machine_arch@\" \ -D@force_make_os@MAKE_OS=\"@make_os@\" \ --D_PATH_DEFSYSPATH=\"${DEFAULT_SYS_PATH}\"" +-D_PATH_DEFSYSPATH=\"${DEFAULT_SYS_PATH}\" \ +-DMAKE_SAVE_DOLLARS_DEFAULT=\"@save_dollars@\" \ +" LDFLAGS="@LDFLAGS@" |
