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): remove trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/2f480bf4ce80
branches: trunk
changeset: 978014:2f480bf4ce80
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Nov 07 21:40:08 2020 +0000
description:
make(1): remove trailing whitespace
diffstat:
usr.bin/make/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c084a45a4d7d -r 2f480bf4ce80 usr.bin/make/main.c
--- a/usr.bin/make/main.c Sat Nov 07 21:31:07 2020 +0000
+++ b/usr.bin/make/main.c Sat Nov 07 21:40:08 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.435 2020/11/07 14:11:58 rillig Exp $ */
+/* $NetBSD: main.c,v 1.436 2020/11/07 21:40:08 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -118,7 +118,7 @@
#include "trace.h"
/* "@(#)main.c 8.3 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: main.c,v 1.435 2020/11/07 14:11:58 rillig Exp $");
+MAKE_RCSID("$NetBSD: main.c,v 1.436 2020/11/07 21:40:08 rillig Exp $");
#if defined(MAKE_NATIVE) && !defined(lint)
__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 "
"The Regents of the University of California. "
@@ -1548,7 +1548,7 @@
if (!opts.noBuiltins)
ReadBuiltinRules();
ReadMakefiles();
-
+
/* In particular suppress .depend for '-r -V .OBJDIR -f /dev/null' */
if (!opts.noBuiltins || !opts.printVars) {
/* ignore /dev/null and anything starting with "no" */
Home |
Main Index |
Thread Index |
Old Index