From 47f28a70bf3c56f441ca5315fdd5c2e84f4d5c57 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 14 May 2016 01:16:15 +0000 Subject: build: support eatmydata in "make check" target by default This should help poor developers who still use rotating disks on cheap netbooks. --- .gitignore | 1 + Makefile.PL | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc18378c..18d00210 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/config.mak /Makefile.old /pm_to_blib /MYMETA.* diff --git a/Makefile.PL b/Makefile.PL index 1948848f..448c79c3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,6 +36,10 @@ WriteMakefile( sub MY::postamble { </dev/null || echo 2) + 1))) syntax:: \$(my_syntax) check:: pure_all - prove -lv -j\$(N) + \$(EATMYDATA) prove -lv -j\$(N) EOF } -- cgit v1.2.3-24-ge0c7