automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 3/7] [ng] distcheck: remove stale tarballs with 'rm


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 3/7] [ng] distcheck: remove stale tarballs with 'rm -f', not 'rm -rf'
Date: Sun, 12 Aug 2012 23:20:08 +0200

* lib/am/distcheck.mk (distcheck): Here.  They are regular files
anyway.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/distcheck.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/am/distcheck.mk b/lib/am/distcheck.mk
index 6b81c45..d2b212e 100644
--- a/lib/am/distcheck.mk
+++ b/lib/am/distcheck.mk
@@ -191,7 +191,7 @@ distcheck: dist
          && rm -rf "$$dc_destdir" \
          && $(MAKE) dist \
 ## Make sure to remove the dists we created in the test build directory.
-         && rm -rf $(am.dist.default-archives) \
+         && rm -f $(am.dist.default-archives) \
          && $(MAKE) distcleancheck
        $(am.dist.post-remove-distdir)
        @(echo "$(distdir) archives ready for distribution: "; \
-- 
1.7.12.rc0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]