* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate
dependencies when invoked from top-level make.
This commit is contained in:
@ -34,7 +34,8 @@ enum procstuff
|
||||
PROC_DETACHED_CHILD = 2, // set up a detached child
|
||||
PROC_CLEARWAIT = 3, // clear all waits - signal arrived
|
||||
PROC_WAIT = 4, // setup for wait() for subproc
|
||||
PROC_NOTHING = 5 // nothing, really
|
||||
PROC_KILLFORKED = 5, // kill forked children on CTRL-C.
|
||||
PROC_NOTHING = 6 // nothing, really
|
||||
};
|
||||
|
||||
struct sigpacket
|
||||
|
Reference in New Issue
Block a user