mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
ib_srpt: Fix "make clean" (merge r6203 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6437 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -139,8 +139,10 @@ src/$(MODULE_SYMVERS): $(SCST_SYMVERS_DIR)/$(MODULE_SYMVERS) \
|
||||
fi
|
||||
|
||||
clean:
|
||||
$(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd)/src clean
|
||||
$(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd)/conftest/gid_change clean
|
||||
$(MAKE) -C $(KDIR) SUBDIRS=$(shell pwd)/ clean
|
||||
rm -f src/$(MODULE_SYMVERS) src/Module.markers src/modules.order
|
||||
rm -rf conftest/pre_cflags conftest/kcflags
|
||||
|
||||
extraclean: clean
|
||||
rm -f *.orig *.rej
|
||||
|
||||
Reference in New Issue
Block a user