finalize_process(). The process of making a child process zombie and the process of setting the parent of the child process to process ID 1 are excluded. Refs: #1257 Change-Id: Ic95d4d8ee92d6a4a63847e5eda20ec1ba92566ac
10 lines
88 B
Makefile
10 lines
88 B
Makefile
TARGET=
|
|
|
|
all:: $(TARGET)
|
|
|
|
test:: $(TARGET)
|
|
sh ./C1201.sh
|
|
|
|
clean::
|
|
rm -f *.o $(TARGET)
|