diff options
author | rillig <rillig@pkgsrc.org> | 2019-02-22 00:06:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-02-22 00:06:46 +0000 |
commit | b91b9c23fc01793d11d38f87867e83d88e529ff8 (patch) | |
tree | 38969a0bf32a46464d2a3d6e3e345f62ef2baeaf | |
parent | 46587c344c288bae0dfbe4b6776ec177f5fdd2e3 (diff) | |
download | pkgsrc-b91b9c23fc01793d11d38f87867e83d88e529ff8.tar.gz |
mk/compiler.mk: replace empty lines with empty comments
This is necessary for "bmake help" to interpret the whole comment as a
single block.
-rw-r--r-- | mk/compiler.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk index 19dc9cb26b6..b027954669b 100644 --- a/mk/compiler.mk +++ b/mk/compiler.mk @@ -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: # |