From a2489a8916e5c59bd9c9aa4d34d3b62439f2f939 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 26 Oct 2006 16:51:41 +0000 Subject: [PATCH] Removing of Module.symvers added git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@16 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/Makefile | 2 +- qla2x00t/qla2x00-target/Makefile | 2 +- scst/src/Makefile | 2 +- scst/src/dev_handlers/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qla2x00t/Makefile b/qla2x00t/Makefile index 901aa363d..e4b1dd649 100644 --- a/qla2x00t/Makefile +++ b/qla2x00t/Makefile @@ -40,7 +40,7 @@ uninstall: endif clean: - rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend *~ Modules.symvers + rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend *~ Modules.symvers Module.symvers rm -rf .tmp_versions extraclean: clean diff --git a/qla2x00t/qla2x00-target/Makefile b/qla2x00t/qla2x00-target/Makefile index 1b5b80211..3629c5443 100644 --- a/qla2x00t/qla2x00-target/Makefile +++ b/qla2x00t/qla2x00-target/Makefile @@ -91,7 +91,7 @@ uninstall: endif clean: - rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend *~ Modules.symvers + rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend *~ Modules.symvers Module.symvers rm -rf .tmp_versions extraclean: clean diff --git a/scst/src/Makefile b/scst/src/Makefile index ba77a7736..2c30e1446 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -99,7 +99,7 @@ EXTRA_CFLAGS += -DDEBUG #EXTRA_CFLAGS += -DSCST_HIGHMEM clean: - rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers + rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers Module.symvers rm -rf .tmp_versions cd $(DEV_HANDLERS_DIR) && $(MAKE) $@ diff --git a/scst/src/dev_handlers/Makefile b/scst/src/dev_handlers/Makefile index 08f908546..e24965650 100644 --- a/scst/src/dev_handlers/Makefile +++ b/scst/src/dev_handlers/Makefile @@ -56,7 +56,7 @@ EXTRA_CFLAGS += -I$(SUBDIRS) -I$(SUBDIRS)/../include EXTRA_CFLAGS += -DDEBUG clean: - rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers + rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers Module.symvers rm -rf .tmp_versions extraclean: clean