From: blundellc Date: Thu, 19 Nov 2009 21:37:22 +0000 (+0000) Subject: force build in build_all X-Git-Url: https://git.donarmstrong.com/?p=cran2deb.git;a=commitdiff_plain;h=611eced95f3ecb07f3a6dcbed1622407db1c8462 force build in build_all git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@285 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/trunk/exec/build_all b/trunk/exec/build_all index d8d275c..64f125d 100644 --- a/trunk/exec/build_all +++ b/trunk/exec/build_all @@ -11,6 +11,6 @@ if (exists('argv')) { # check for littler build_order <- r_dependency_closure(pkgs) notice('build order',paste(build_order,collapse=', ')) for (pkg in build_order) { - build(pkg,c()) + build(pkg,c(),force=T) } }