Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make(1): fix previous commit for parse_debug_op...



details:   https://anonhg.NetBSD.org/src/rev/84bdaad793b1
branches:  trunk
changeset: 942703:84bdaad793b1
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Nov 15 08:12:35 2020 +0000

description:
make(1): fix previous commit for parse_debug_options

diffstat:

 usr.bin/make/main.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 8d0c83d5858e -r 84bdaad793b1 usr.bin/make/main.c
--- a/usr.bin/make/main.c       Sun Nov 15 08:10:15 2020 +0000
+++ b/usr.bin/make/main.c       Sun Nov 15 08:12:35 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.470 2020/11/15 08:10:15 rillig Exp $        */
+/*     $NetBSD: main.c,v 1.471 2020/11/15 08:12:35 rillig Exp $        */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -109,7 +109,7 @@
 #include "trace.h"
 
 /*     "@(#)main.c     8.3 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: main.c,v 1.470 2020/11/15 08:10:15 rillig Exp $");
+MAKE_RCSID("$NetBSD: main.c,v 1.471 2020/11/15 08:12:35 rillig Exp $");
 #if defined(MAKE_NATIVE) && !defined(lint)
 __COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 "
            "The Regents of the University of California.  "
@@ -334,9 +334,10 @@
                        usage();
                }
        }
+
+debug_setbuf:
        opts.debug = debug;
 
-debug_setbuf:
        /*
         * Make the debug_file unbuffered, and make
         * stdout line buffered (unless debugfile == stdout).



Home | Main Index | Thread Index | Old Index