From dbc5d37682103a8e3b578fdea743eb41ff46ff3c Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Fri, 19 Feb 2010 20:57:14 -0600 Subject: Fix makefile cleanup Mv isns cleanup to last step incase it has not been built. It will then not stop the makefile from other processing. Signed-off-by: Mike Christie --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9203044..db460eb 100644 --- a/Makefile +++ b/Makefile @@ -53,12 +53,13 @@ kernel: force force: ; clean: - $(MAKE) -C utils/open-isns clean $(MAKE) -C utils/sysdeps clean $(MAKE) -C utils/fwparam_ibft clean $(MAKE) -C utils clean $(MAKE) -C usr clean $(MAKE) -C kernel clean + $(MAKE) -C utils/open-isns clean + $(MAKE) -C utils/open-isns distclean # this is for safety # now -jXXX will still be safe -- cgit v1.2.1