X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fam%2Fcheck.am;h=da719235f56795708af2d2646ce812c8ca32b181;hb=ca9b4d336a67bd0c1a6c66008ae3038f03b52872;hp=f091114be53947d32cc625605a1951bea413655a;hpb=5fb73b05d111bc3da4d16007a2b1a6aee8e49198;p=platform%2Fupstream%2Fautomake.git diff --git a/lib/am/check.am b/lib/am/check.am index f091114..da71923 100644 --- a/lib/am/check.am +++ b/lib/am/check.am @@ -397,8 +397,8 @@ RECHECK_LOGS = $(TEST_LOGS) ## ------------------------------------------ ## check-TESTS: - list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list + @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list + @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list ## We always have to remove $(TEST_SUITE_LOG), to ensure its rule is run ## in any case even in lazy mode: otherwise, if no test needs rerunning, ## or a prior run plus reruns all happen within the same timestamp (can