mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-08-07 20:02:26 +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}
|
opt_build_target=${1:2}
|
||||||
;;
|
;;
|
||||||
--clean-install )
|
--clean-install )
|
||||||
|
opt_force_rebuild='yes'
|
||||||
opt_clean_install='yes'
|
opt_clean_install='yes'
|
||||||
;;
|
;;
|
||||||
--update-modulefiles )
|
--update-modulefiles )
|
||||||
|
|||||||
Reference in New Issue
Block a user