pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk mk/compiler.mk: replace empty lines with empty comm...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c5db14067e15
branches: trunk
changeset: 330059:c5db14067e15
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Feb 22 00:06:46 2019 +0000
description:
mk/compiler.mk: replace empty lines with empty comments
This is necessary for "bmake help" to interpret the whole comment as a
single block.
diffstat:
mk/compiler.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r e2289c93419b -r c5db14067e15 mk/compiler.mk
--- a/mk/compiler.mk Thu Feb 21 23:56:51 2019 +0000
+++ b/mk/compiler.mk Fri Feb 22 00:06:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.90 2018/11/12 14:22:58 jperkin Exp $
+# $NetBSD: compiler.mk,v 1.91 2019/02/22 00:06:46 rillig Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -40,7 +40,6 @@
# The following variables may be set by a package:
#
# USE_LANGUAGES
-
# Declares the languages used in the source code of the package.
# This is used to determine the correct compilers to make
# visible to the build environment, installing them if
@@ -51,7 +50,7 @@
#
# The above is partly aspirational. As an example c++11 does
# not force a new enough version of gcc.
-
+#
# The following variables are defined, and available for testing in
# package Makefiles:
#
Home |
Main Index |
Thread Index |
Old Index