Make sure that the created fifo gets deleted if the top level make instance

exits due to a signal.
This commit is contained in:
Scott Long 2005-10-09 06:36:51 +00:00
parent cc2a9f52a7
commit 1030a78a12

View File

@ -2528,6 +2528,8 @@ JobInterrupt(int runINTERRUPT, int signo)
}
}
}
if (fifoMaster)
unlink(fifoName);
}
/**