pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Feb 22 00:06:46 UTC 2019

Modified Files:
        pkgsrc/mk: compiler.mk

Log Message:
mk/compiler.mk: replace empty lines with empty comments

This is necessary for "bmake help" to interpret the whole comment as a
single block.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/mk/compiler.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/compiler.mk
diff -u pkgsrc/mk/compiler.mk:1.90 pkgsrc/mk/compiler.mk:1.91
--- pkgsrc/mk/compiler.mk:1.90  Mon Nov 12 14:22:58 2018
+++ pkgsrc/mk/compiler.mk       Fri Feb 22 00:06:46 2019
@@ -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