mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-23 00:07:57 +02:00
Merge branch '305-build-system-force-rebuild-if-option-clean-install-is-set' into 'master'
Resolve "build-system: force rebuild if option --clean-install is set" Closes #305 See merge request Pmodules/src!284
This commit is contained in:
@@ -261,6 +261,7 @@ parse_args() {
|
||||
opt_build_target=${1:2}
|
||||
;;
|
||||
--clean-install )
|
||||
opt_force_rebuild='yes'
|
||||
opt_clean_install='yes'
|
||||
;;
|
||||
--update-modulefiles )
|
||||
|
||||
Reference in New Issue
Block a user