Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make conditionalize prototypes for REMOTE support



details:   https://anonhg.NetBSD.org/src/rev/a00a489fba9c
branches:  trunk
changeset: 485751:a00a489fba9c
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu May 04 18:29:12 2000 +0000

description:
conditionalize prototypes for REMOTE support
(seems that REMOTE support is incomplete anyway)

diffstat:

 usr.bin/make/job.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f36b43b87395 -r a00a489fba9c usr.bin/make/job.h
--- a/usr.bin/make/job.h        Thu May 04 18:27:53 2000 +0000
+++ b/usr.bin/make/job.h        Thu May 04 18:29:12 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: job.h,v 1.6 1998/03/26 19:20:37 christos Exp $ */
+/*     $NetBSD: job.h,v 1.7 2000/05/04 18:29:12 drochner Exp $ */
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -201,7 +201,7 @@
     char          *exit;       /* exit on error */
 }               Shell;
 
-
+#ifdef REMOTE
 extern char    *targFmt;       /* Format string for banner that separates
                                 * output from multiple jobs. Contains a
                                 * single %s where the name of the node being
@@ -216,7 +216,7 @@
 extern Lst     stoppedJobs;    /* List of jobs that are stopped or didn't
                                 * quite get started */
 extern Boolean jobFull;        /* Non-zero if no more jobs should/will start*/
-
+#endif
 
 void Job_Touch __P((GNode *, Boolean));
 Boolean Job_CheckCommands __P((GNode *, void (*abortProc )(char *, ...)));



Home | Main Index | Thread Index | Old Index