From bbe1a2f0a2e4f6f611db015b17d81d6b8083e36c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 22 Dec 2011 15:42:06 -0800 Subject: Share variables for CFLAGS and LDFLAGS checks. The rationale is that any exceptions to either of these checks will probably apply to both checks. So, QA_CFLAGS_IGNORED and QA_DT_HASH are merged into QA_FLAGS_IGNORED, and QA_STRICT_CFLAGS_IGNORED and QA_STRICT_DT_HASH are merged into QA_STRICT_FLAGS_IGNORED. --- man/ebuild.5 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'man/ebuild.5') diff --git a/man/ebuild.5 b/man/ebuild.5 index 4f2f3a80c..afa273117 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -602,19 +602,20 @@ This should contain a list of file paths, relative to the image directory, of files that contain writable and executable segments. These are rare. The paths may contain fnmatch patterns. .TP -\fBQA_CFLAGS_IGNORED\fR +\fBQA_FLAGS_IGNORED\fR This should contain a list of file paths, relative to the image directory, of -files that do not contain .GCC.command.line sections. The paths may contain -regular expressions with escape\-quoted special characters. +files that do not contain .hash or .GCC.command.line sections. The paths may +contain regular expressions with escape\-quoted special characters. .br This variable is intended to be used on files of binary packages which ignore -CFLAGS, CXXFLAGS, FFLAGS, and FCFLAGS variables. +CFLAGS, CXXFLAGS, FFLAGS, FCFLAGS, and LDFLAGS variables. .TP .TP \fBQA_DT_HASH\fR This should contain a list of file paths, relative to the image directory, of files that contain .hash sections. The paths may contain regular expressions -with escape\-quoted special characters. +with escape\-quoted special characters. This variable is deprecated. Use +\fBQA_FLAGS_IGNORED\f instead. .br This variable is intended to be used on files of binary packages which ignore LDFLAGS variable. -- cgit v1.2.3-1-g7c22