* updated kmbox (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / develop / make / parse-config
blob106cffbbf31424f00e5004eb0bffa2b00e62ae4e
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/make/parse-config
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; version 2 of the License. A copy of the
11 # GNU General Public License can be found in the file COPYING.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 # add -j to the makeopt - if the package is not flagged to be broken for
15 # parallel builds ...
16 if ! hasflag NOPARALLEL && [ "$SDECFG_PARALLEL_MAX" ] ; then
17   [ $SDECFG_PARALLEL_MAX -gt 1 ] &&
18         echo_status "Parallel build using $SDECFG_PARALLEL_MAX jobs" &&
19         var_insert makeopt " " "-j$SDECFG_PARALLEL_MAX" &&
20         var_insert makeinstopt " " "-j$SDECFG_PARALLEL_MAX"