summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2010-02-19 20:57:14 -0600
committerMike Christie <michaelc@cs.wisc.edu>2010-03-22 17:37:49 -0500
commitdbc5d37682103a8e3b578fdea743eb41ff46ff3c (patch)
tree5c71725735bc8394e47f71d3be33510268fa3aa2 /Makefile
parent4fe8b06ed9be29efa6427a0a862968c0539b33c7 (diff)
downloadopen-iscsi-dbc5d37682103a8e3b578fdea743eb41ff46ff3c.tar.gz
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 <michaelc@cs.wisc.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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