mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
- Forgotten fixes for previous commit --Tohis line, and those below, will be ignored-- M trunk/iscsi-scst/kernel/patches/put_page_callback-2.6.16.29.patch M trunk/iscsi-scst/kernel/patches/put_page_callback-2.6.21.1.patch M trunk/iscsi-scst/kernel/patches/put_page_callback-2.6.22.patch M trunk/iscsi-scst/kernel/patches/put_page_callback-2.6.23.patch M trunk/iscsi-scst/kernel/patches/put_page_callback-2.6.18.1.patch M trunk/scst-full_perf.patch M trunk/scst-release.patch git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@211 d57e44dd-8a1f-0410-8b47-8ef2f437770f
43 lines
1.2 KiB
Diff
43 lines
1.2 KiB
Diff
Index: scst/src/Makefile
|
|
===================================================================
|
|
--- scst/src/Makefile (revision 210)
|
|
+++ scst/src/Makefile (working copy)
|
|
@@ -114,16 +114,16 @@ EXTRA_CFLAGS += -I$(SCST_INC_DIR) -Wextr
|
|
|
|
#EXTRA_CFLAGS += -DSTRICT_SERIALIZING
|
|
|
|
-EXTRA_CFLAGS += -DEXTRACHECKS
|
|
+#EXTRA_CFLAGS += -DEXTRACHECKS
|
|
|
|
#EXTRA_CFLAGS += -DUSE_EXPECTED_VALUES
|
|
#EXTRA_CFLAGS += -DALLOW_PASSTHROUGH_IO_SUBMIT_IN_SIRQ
|
|
|
|
#EXTRA_CFLAGS += -fno-inline
|
|
|
|
-#EXTRA_CFLAGS += -DTRACING
|
|
+EXTRA_CFLAGS += -DTRACING
|
|
|
|
-EXTRA_CFLAGS += -DDEBUG -g
|
|
+#EXTRA_CFLAGS += -DDEBUG -g
|
|
#EXTRA_CFLAGS += -DDEBUG_TM -DTM_DBG_GO_OFFLINE=0
|
|
#EXTRA_CFLAGS += -DDEBUG_RETRY
|
|
#EXTRA_CFLAGS += -DDEBUG_OOM
|
|
Index: scst/src/dev_handlers/Makefile
|
|
===================================================================
|
|
--- scst/src/dev_handlers/Makefile (revision 208)
|
|
+++ scst/src/dev_handlers/Makefile (working copy)
|
|
@@ -68,10 +68,10 @@ endif
|
|
|
|
EXTRA_CFLAGS += -I$(SUBDIRS) -I$(SCST_INC_DIR) -Wextra -Wno-unused-parameter
|
|
|
|
-EXTRA_CFLAGS += -DEXTRACHECKS
|
|
+#EXTRA_CFLAGS += -DEXTRACHECKS
|
|
|
|
-#EXTRA_CFLAGS += -DTRACING
|
|
-EXTRA_CFLAGS += -DDEBUG -g
|
|
+EXTRA_CFLAGS += -DTRACING
|
|
+#EXTRA_CFLAGS += -DDEBUG -g
|
|
|
|
clean:
|
|
rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers Module.symvers
|