Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make clean is now more thorough
  • Loading branch information
moritz committed Nov 24, 2013
1 parent a7ee091 commit 60c8c1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tools/build/Makefile-JVM.in
Expand Up @@ -225,6 +225,9 @@ J_CLEANUPS = \
j-rakudo_test_run.tar.gz \
$(J_BUILD_DIR)/* \
$(RUNTIME_JAR) \
perl6-eval-server \
perl6-jdb-server \
eval-client.pl \
$(RUNNER)

J_HARNESS_WITH_FUDGE = $(PERL) t/harness --fudge --keep-exit-code --jvm
Expand Down
7 changes: 5 additions & 2 deletions tools/build/Makefile-Parrot.in
Expand Up @@ -251,8 +251,8 @@ P_CLEANUPS = \
$(SETTING_PBC) \
$(R_SETTING_PBC) \
$(PARROT_DLL_COPY) \
perl6.c \
perl6$(O) \
perl6-p.c \
perl6-p$(O) \
perl6_group.* \
lib/Test.pir \
lib/lib.pir \
Expand All @@ -268,6 +268,9 @@ P_CLEANUPS = \
$(OPS_DIR)/*$(O) \
$(OPS_DIR)/*$(LOAD_EXT) \
src/vm/parrot/guts/*$(O) \
blib/Perl6/*.pbc \
gen/parrot/CORE.setting \
gen/parrot/*.nqp \

# NOTE: eventually, we should remove --keep-exit-code and --fudge
# as the goal is that all tests must pass without fudge
Expand Down

0 comments on commit 60c8c1a

Please sign in to comment.