coredump: fix behavior when gencore fail
Change-Id: Ifdddf867b514f42a6f1ce374ec06b7550a9cdad5 Refs: #1511
This commit is contained in:
committed by
Masamichi Takagi
parent
7efb394905
commit
422a399f20
13
test/issues/1511/Makefile
Normal file
13
test/issues/1511/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
CC=gcc
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
sh ./C1511.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt *core*
|
||||
Reference in New Issue
Block a user