Changeset 31245 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 30, 2010 1:16:15 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64259
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r30961 r31245 246 246 KFLAGS += -DDEBUG -DDEBUG_$(USER) -g 247 247 # IPRT_DEBUG_SEMS indicates thread wrt sems state via the comm field. 248 KFLAGS += -DIPRT_DEBUG_SEMS248 #KFLAGS += -DIPRT_DEBUG_SEMS 249 249 endif 250 250 -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
r28800 r31245 173 173 KFLAGS += -DDEBUG -DDEBUG_$(USER) -g 174 174 # IPRT_DEBUG_SEMS indicates thread wrt sems state via the comm field. 175 KFLAGS += -DIPRT_DEBUG_SEMS175 #KFLAGS += -DIPRT_DEBUG_SEMS 176 176 endif 177 177 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
r28879 r31245 177 177 KFLAGS += -DDEBUG -DDEBUG_$(USER) -g 178 178 # IPRT_DEBUG_SEMS indicates thread wrt sems state via the comm field. 179 KFLAGS += -DIPRT_DEBUG_SEMS179 #KFLAGS += -DIPRT_DEBUG_SEMS 180 180 endif 181 181
Note:
See TracChangeset
for help on using the changeset viewer.