summaryrefslogtreecommitdiffstats
path: root/func/minion/modules
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-03-04 17:54:53 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-03-04 17:54:53 -0500
commit1afe5b3bd97d292ab4c024ee7c434d036cb5db9d (patch)
tree9d80a010e4162dfe0f0ed58df813435150c77e5c /func/minion/modules
parent33ce5a294db93d58374b964425e91e64ab2a1458 (diff)
downloadfunc-1afe5b3bd97d292ab4c024ee7c434d036cb5db9d.tar.gz
func-1afe5b3bd97d292ab4c024ee7c434d036cb5db9d.tar.xz
func-1afe5b3bd97d292ab4c024ee7c434d036cb5db9d.zip
make "make clean" even cleanier.
try to hit up more of the subdirs, etc, when running "make clean"
Diffstat (limited to 'func/minion/modules')
-rwxr-xr-xfunc/minion/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/minion/modules/Makefile b/func/minion/modules/Makefile
index f2bc6c4..64c9c5c 100755
--- a/func/minion/modules/Makefile
+++ b/func/minion/modules/Makefile
@@ -9,7 +9,7 @@ clean::
@rm -fv *.pyc *~ .*~ *.pyo
@find . -name .\#\* -exec rm -fv {} \;
@rm -fv *.rpm
-
+ -for d in $(DIRS); do ($(MAKE) -C $$d clean ); done
pychecker::
@$(PYCHECKER) $(PYFILES) || exit 0