X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trunk%2Fexec%2Fbuild;h=63eff3b9c1e16c5c9cf447199129d01fed019bf6;hb=9639f4fea2c490ae3cc188370c050a7ad76c1e77;hp=6feaf5d7d49cd9a4a1a8b03407b288a113228409;hpb=256e82f0e03195ececa992342b4a96c5bf89f3fa;p=cran2deb.git diff --git a/trunk/exec/build b/trunk/exec/build index 6feaf5d..63eff3b 100755 --- a/trunk/exec/build +++ b/trunk/exec/build @@ -43,6 +43,9 @@ if (exists('argv')) { # check for littler build_order <- r_dependency_closure(c(extra_deps$r,argv)) notice('build order',paste(build_order,collapse=', ')) for (pkg in build_order) { + #cat("Invoking build of '",pkg,"'\n",sep="") build(pkg,extra_deps,force=pkg %in% argv, do_cleanup) } +} else { + cat("exec/build: argv not existing.\n") }