From: Andreas Koenig Date: Tue, 25 Feb 1997 10:38:43 +0000 (+0100) Subject: Don't warn on use of CCFLAGS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69d91587b2e24056be123e153ca28f4e82fa8dff;p=p5sagit%2Fp5-mst-13.2.git Don't warn on use of CCFLAGS Subject: CCFLAGS (Was: This message did not make it ...) >>>>> Raphael Manfredi writes: > Making ODBM_File (dynamic) > Processing hints file hints/hpux.pl > 'CCFLAGS' is not a known MakeMaker parameter name. > error. Upon closer inspection, it looks like the hint file is > doing: > $self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ; > Why the 'CCFLAGS' key is unknown is beyond me. It would be nice > to find the roots of this problem before we go to beta. Finally, here it is. Unfortunately, I cannot remember how it was lost from the list. p5p-msgid: <199702251038.LAA13123@anna.in-berlin.de> --- diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index ad846ff..15d954c 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -231,7 +231,7 @@ sub full_setup { @Attrib_help = qw/ - C CONFIG CONFIGURE DEFINE DIR DISTNAME DL_FUNCS DL_VARS EXE_FILES + C CCFLAGS CONFIG CONFIGURE DEFINE DIR DISTNAME DL_FUNCS DL_VARS EXE_FILES EXCLUDE_EXT INCLUDE_EXT NO_VC FIRST_MAKEFILE FULLPERL H INC INSTALLARCHLIB INSTALLBIN INSTALLDIRS INSTALLMAN1DIR INSTALLMAN3DIR INSTALLPRIVLIB INSTALLSCRIPT INSTALLSITEARCH