diff options
author | Alexey Neyman <stilor@att.net> | 2019-04-04 16:47:50 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-04-04 18:57:42 -0700 |
commit | 693d3943b10665b99a31ab1f3b4058fb4b3a32d1 (patch) | |
tree | fa6f76ff821391d7677b16bd5cef7bf83f41d2c5 /scripts/build/debug | |
parent | 8e24bb22d0f5f35c97af75bffbe3ebf052604c9e (diff) | |
download | crosstool-ng-693d3943b10665b99a31ab1f3b4058fb4b3a32d1.tar.gz crosstool-ng-693d3943b10665b99a31ab1f3b4058fb4b3a32d1.tar.bz2 crosstool-ng-693d3943b10665b99a31ab1f3b4058fb4b3a32d1.zip |
Rename JOBSFLAGS -> CT_JOBSFLAGS
... so that it is saved/restored when restarting the build.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/debug')
-rw-r--r-- | scripts/build/debug/300-gdb.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index a9aae301..91393317 100644 --- a/scripts/build/debug/300-gdb.sh +++ b/scripts/build/debug/300-gdb.sh @@ -67,7 +67,7 @@ do_debug_gdb_build() if [ "${CT_BUILD_MANUALS}" = "y" ]; then CT_DoLog EXTRA "Building and installing the cross-GDB manuals" - CT_DoExecLog ALL make ${JOBSFLAGS} pdf html + CT_DoExecLog ALL make ${CT_JOBSFLAGS} pdf html CT_DoExecLog ALL make install-{pdf,html}-gdb fi @@ -278,7 +278,7 @@ do_gdb_backend() "${extra_config[@]}" \ CT_DoLog EXTRA "Building ${buildtype} gdb" - CT_DoExecLog ALL make ${JOBSFLAGS} + CT_DoExecLog ALL make ${CT_JOBSFLAGS} CT_DoLog EXTRA "Installing ${buildtype} gdb" CT_DoExecLog ALL make install ${destdir:+DESTDIR="${destdir}"} |