summaryrefslogtreecommitdiff
path: root/src/frontend/cli/vasile.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-27 04:22:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-27 04:22:03 +0000
commit4461a01202018c5120d19f6b997e402f85ee66cd (patch)
treeec29bc7b9d2c4e1cf256110d7bf6e301bd91bffa /src/frontend/cli/vasile.sh
parent5ebe15d1c7588ac5784a874d68cdb556bff776a6 (diff)
* improve the MAKEOPTS variable adaptation from any value, not just defaults, to a value detected by $(getconf _NPROCESSORS_ONLN)HEADv2.1812.2master
* expose new --adapt option so one can call it directly whenever CPU's are added or removed, or when CPU cores are enabled or disabled * document the new option in the --help menu * refactor some functions
Diffstat (limited to 'src/frontend/cli/vasile.sh')
-rwxr-xr-xsrc/frontend/cli/vasile.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/cli/vasile.sh b/src/frontend/cli/vasile.sh
index 5f3f8d2..4282b36 100755
--- a/src/frontend/cli/vasile.sh
+++ b/src/frontend/cli/vasile.sh
@@ -21,6 +21,9 @@ case $1 in
--makeiso)
makeiso
;;
+ --adapt)
+ adapt
+ ;;
--reset)
reset
;;