Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make Define USE_PGRP so that we send signals to our ...



details:   https://anonhg.NetBSD.org/src/rev/391016db3859
branches:  trunk
changeset: 472595:391016db3859
user:      christos <christos%NetBSD.org@localhost>
date:      Mon May 03 12:01:14 1999 +0000

description:
Define USE_PGRP so that we send signals to our job's process group instead
of only pid.

diffstat:

 usr.bin/make/config.h |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 34805b0383fd -r 391016db3859 usr.bin/make/config.h
--- a/usr.bin/make/config.h     Mon May 03 10:27:23 1999 +0000
+++ b/usr.bin/make/config.h     Mon May 03 12:01:14 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.9 1997/09/26 13:29:09 christos Exp $      */
+/*     $NetBSD: config.h,v 1.10 1999/05/03 12:01:14 christos Exp $     */
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -111,6 +111,13 @@
  */
 #define SUNSHCMD
 
+/*
+ * USE_PGRP
+ *     Kill the process group of the job so that all the progeny of the
+ *     current job dies, instead of just the one forked.
+ */
+#define USE_PGRP
+
 #if !defined(__svr4__) && !defined(__SVR4) && !defined(__ELF__)
 # ifndef RANLIBMAG
 #  define RANLIBMAG "__.SYMDEF"



Home | Main Index | Thread Index | Old Index