defs.mk, run.mk: Filter out core.gdb.intern-state.*

Handle core files differently, i.e. filter out
core.gdb.intern-state.* files while debugging.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-03-25 18:25:28 +00:00
commit 13826e6852
2 changed files with 9 additions and 9 deletions

View file

@ -617,7 +617,7 @@ ifeq ($(DEVELOPMENT),true)
BUILD_CPPFLAGS+= -D_DEVELOPMENT_
endif
CORE += $(wildcard core core.* vgcore vgcore.*)
CORE += $(filter-out $(wildcard *.intern-state*),$(wildcard core core.* vgcore vgcore.*))
ifeq ($(GCC_MAJOR),4)
BUILD_CFLAGS += -DGCC_HASCLASSVISIBILITY