aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-10-02 13:26:09 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-10-02 13:26:09 +0200
commit4cc35d77e9ce6fb46f5ba37350a281bf0a82f286 (patch)
treea3722e99ab8b717600780f734ff5bc875a7e72e7 /GNUmakefile
parentb0d13f9b893f84d342bcb9e315777353aa152a78 (diff)
Some maintenance
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ff8958cb..6534a71e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -52,7 +52,7 @@ quickinstall: build-no-vignettes
"$(RBIN)/R" CMD INSTALL $(TGZVNR)
check: build
- "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee check.log
+ "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ)
quickcheck: build-no-vignettes
mv $(TGZVNR) $(TGZ)
@@ -60,7 +60,6 @@ quickcheck: build-no-vignettes
mv $(TGZ) $(TGZVNR)
clean:
- $(RM) -r $(PKGNAME).Rcheck/
$(RM) -r vignettes/*.bbl
$(RM) -r vignettes/*.blg
$(RM) -r vignettes/*.fls

Contact - Imprint