Skip to content

Commit 3471722

Browse files
author
smeyer
committed
revert unintended part of c87781
git-svn-id: https://svn.r-project.org/R/trunk@87782 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 13b869b commit 3471722

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/Makefile.install

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@ test-Recommended:
5454
mostlyclean: clean
5555
clean:
5656
-@rm -f stamp-R Rplot* Rprof.out data dumpdata.R \
57-
reg-*.pdf p-qbeta-strict-tst.pdf \
57+
reg-plot-latin1.ps reg-plot.ps reg-tests-?.ps \
5858
R-exts.* R-intro.R R-intro.Rout \
59-
FALSE* .R .tex mirrors.html PACKAGES* ex.gz
59+
FALSE* .R .tex mirrors.html PACKAGES*
6060
-@rm -f testit.txt testit.html testit.tex testit-Ex.R
6161
-@rm -f ver10.txt ver10.html ver10.tex ver10-Ex.R
6262
-@rm -f ver11.txt ver11.html ver11.tex ver11-Ex.R
6363
-@rm -Rf anRpackage myTst* myLib myLib_2
64-
-@rm -f .RData
65-
-@rm -f p-r-random-tests_seed
64+
65+
clean2: clean
66+
-@rm -f $(test-out) $(test-src-auto) .RData
6667

6768
distclean: clean
6869
-@for d in $(SUBDIRS); do \
6970
(cd $${d} && $(MAKE) $@); \
7071
done
71-
-@rm -f $(test-out) $(test-src-auto) *.Rout.fail
72+
-@rm -f $(test-out) $(test-src-auto) .RData
7273
-@rm -Rf *.Rcheck Packages
73-
7474
maintainer-clean: distclean

0 commit comments

Comments
 (0)