~thopiekar/pacman-pm/pacman

  • Committer: Allan McRae
  • Author(s): Austin Lund
  • Date: 2019-10-07 06:21:24 UTC
  • Revision ID: git-v1:e581068c77baa7a167662b0c63730dc87cc90b81
makepkg: Delete logpipe when exiting

The logpipe fifo can remain when exiting on a non-error condition such
as recieving signals INT and USR1.  This can be seen by doing either a
manual CTRL-C to interrupt the build or by sending a signal such as:

$ makepkg & sleep 5 ; kill -USR1 $!

Remove the fifo in all cases on script exit if it still exists.

Signed-off-by: Austin Lund <austin.lund@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Filename Latest Rev Last Changed Committer Comment Size
..
.gitignore 1383 16 years ago Dan McGee Remove unnecessary entries from .gitignore files 25 bytes Diff Download File
Makefile.am 5360 6 years ago Allan McRae Remove all modelines from the project Many of the 876 bytes Diff Download File
makepkg.conf.in 5610 4 years ago Allan McRae makepkg: add rust support for *FLAGS and debug-pre 5.4 KB Diff Download File
pacman.conf.in 5550 5 years ago Allan McRae Make pacman forget deltas exist Dummy callbacks a 2.2 KB Diff Download File