Skip to content

Commit 27f1b35

Browse files
author
smeyer
committed
update cleanup for installed tests
git-svn-id: https://svn.r-project.org/R/trunk@87787 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent b2cd771 commit 27f1b35

File tree

2 files changed

+16
-32
lines changed

2 files changed

+16
-32
lines changed

tests/Makefile.install

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,14 @@ test-Recommended:
5353

5454
mostlyclean: clean
5555
clean:
56-
-@rm -f stamp-R Rplot* Rprof.out data dumpdata.R \
57-
reg-plot-latin1.ps reg-plot.ps reg-tests-?.ps \
58-
R-exts.* R-intro.R R-intro.Rout \
59-
FALSE* .R .tex mirrors.html PACKAGES*
60-
-@rm -f testit.txt testit.html testit.tex testit-Ex.R
61-
-@rm -f ver10.txt ver10.html ver10.tex ver10-Ex.R
62-
-@rm -f ver11.txt ver11.html ver11.tex ver11-Ex.R
63-
-@rm -Rf anRpackage myTst* myLib myLib_2
64-
65-
clean2: clean
66-
-@rm -f $(test-out) $(test-src-auto) .RData
56+
-@rm -f reg-*.pdf p-qbeta-strict-tst.pdf ex.gz
57+
-@rm -Rf myTst* myLib myLib_2
58+
-@rm -f p-r-random-tests_seed
59+
-@rm -f Rplots* Rprof.out Rprofmem.out data dumpdata.R mirrors.html \
60+
.Rd l0.Rd m0.Rd df0.Rd ./*-package.Rd .RData
6761

6862
distclean: clean
69-
-@for d in $(SUBDIRS); do \
70-
(cd $${d} && $(MAKE) $@); \
71-
done
72-
-@rm -f $(test-out) $(test-src-auto) .RData
73-
-@rm -Rf *.Rcheck Packages
63+
-@rm -f $(test-out) $(test-src-auto) *.Rout.fail
64+
-@rm -Rf Packages
65+
7466
maintainer-clean: distclean

tests/Makefile.install.win

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,14 @@ test-Recommended:
5353

5454
mostlyclean: clean
5555
clean:
56-
-@rm -f stamp-R Rplot* Rprof.out data dumpdata.R \
57-
reg-plot-latin1.ps reg-plot.ps reg-tests-?.ps \
58-
R-exts.* R-intro.R R-intro.Rout \
59-
FALSE* .R .tex mirrors.html PACKAGES*
60-
-@rm -f testit.txt testit.html testit.tex testit-Ex.R
61-
-@rm -f ver10.txt ver10.html ver10.tex ver10-Ex.R
62-
-@rm -f ver11.txt ver11.html ver11.tex ver11-Ex.R
63-
-@rm -Rf anRpackage myTst* myLib myLib_2
64-
65-
clean2: clean
66-
-@rm -f $(test-out) $(test-src-auto) .RData
56+
-@rm -f reg-*.pdf p-qbeta-strict-tst.pdf ex.gz
57+
-@rm -Rf myTst* myLib myLib_2
58+
-@rm -f p-r-random-tests_seed
59+
-@rm -f Rplots* Rprof.out Rprofmem.out data dumpdata.R mirrors.html \
60+
.Rd l0.Rd m0.Rd df0.Rd ./*-package.Rd .RData
6761

6862
distclean: clean
69-
-@for d in $(SUBDIRS); do \
70-
(cd $${d} && $(MAKE) $@); \
71-
done
72-
-@rm -f $(test-out) $(test-src-auto) .RData
73-
-@rm -Rf *.Rcheck Packages
63+
-@rm -f $(test-out) $(test-src-auto) *.Rout.fail
64+
-@rm -Rf Packages
65+
7466
maintainer-clean: distclean

0 commit comments

Comments
 (0)