r214@brr: dpavlin | 2007-11-14 22:44:16 +0100
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 14 Nov 2007 21:44:34 +0000 (21:44 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 14 Nov 2007 21:44:34 +0000 (21:44 +0000)
 clean queue on make dump

git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@200 836a5e1a-633d-0410-964b-294494ad4392

lib/Module/Install/PRIVATE.pm

index be547d6..3c0588d 100644 (file)
@@ -27,7 +27,8 @@ sub my_targets {
 
 dump: all
        rm dump/* || true
 
 dump: all
        rm dump/* || true
-       ./bin/acs.pl -d -d -d --protocol-dump 2>&1 | tee log
+       rm -Rf queue/ || true
+       ./bin/acs.pl -d -d -d -d 2>&1 | tee log
 
 html: \$(MAN1PODS) \$(MAN3PODS)
        test -d html || mkdir html
 
 html: \$(MAN1PODS) \$(MAN3PODS)
        test -d html || mkdir html