aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLKedward <laurence.kedward@bristol.ac.uk>2020-11-21 14:08:23 +0000
committerLKedward <laurence.kedward@bristol.ac.uk>2020-11-21 14:08:23 +0000
commit993fbd43742b141d972de2256617f48fd756cd52 (patch)
treeafe9004ccbb71f24ca3f123a1821ec872b45ccb3
parentb26b2730f5828d4991f98391dfc3aaa9ae4629b5 (diff)
downloadfpm-993fbd43742b141d972de2256617f48fd756cd52.tar.gz
fpm-993fbd43742b141d972de2256617f48fd756cd52.zip
Update: run command for incremental rebuilds
-rw-r--r--fpm/src/fpm.f908
1 files changed, 1 insertions, 7 deletions
diff --git a/fpm/src/fpm.f90 b/fpm/src/fpm.f90
index daa4d98..95327b7 100644
--- a/fpm/src/fpm.f90
+++ b/fpm/src/fpm.f90
@@ -439,13 +439,7 @@ subroutine cmd_run(settings,test)
end if
- ! NB. To be replaced after incremental rebuild is implemented
- if (.not.settings%list .and. &
- any([(.not.exists(executables(i)%s),i=1,size(executables))])) then
-
- call build_package(model)
-
- end if
+ call build_package(model)
do i=1,size(executables)
if (settings%list) then