From 4461a01202018c5120d19f6b997e402f85ee66cd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 27 Jan 2019 04:22:03 +0000 Subject: * improve the MAKEOPTS variable adaptation from any value, not just defaults, to a value detected by $(getconf _NPROCESSORS_ONLN) * 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 --- src/frontend/cli/vasile.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/frontend/cli/vasile.sh') 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 ;; -- cgit v1.2.3