ib_srpt, make clean: Remove all temporary files

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6381 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-17 00:28:39 +00:00
parent a8da0107f8
commit e2210ff40f

View File

@@ -132,8 +132,9 @@ src/$(MODULE_SYMVERS): $(SCST_SYMVERS_DIR)/$(MODULE_SYMVERS) \
fi
clean:
$(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd)/conftest/gid_change clean
$(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd)/ clean
for d in conftest/gid_change conftest/register_mad_agent src; do \
$(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd)/$$d clean; \
done
rm -f src/$(MODULE_SYMVERS) src/Module.markers src/modules.order
rm -rf conftest/pre_cflags conftest/kcflags