This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Enable check-abi by default


On 04/21/2012 02:52 PM, Andreas Schwab wrote:
> Andreas Jaeger<aj@suse.com>  writes:
> 
>> -	      AC_HELP_STRING([--enable-check-abi],
>> -			     [do "make check-abi" in "make check" (no/warn/yes)
>> +	      AC_HELP_STRING([--disable-check-abi],
>> +			     [do not "make check-abi" in "make check" (no/warn/yes)
> 
> The help string makes no sense any more.

What about:

do not run the check-abi testsuite as part of "make check" (no/warn/yes)

Or just:
	      AC_HELP_STRING([--enable-check-abi],
			     [do "make check-abi" in "make check" (yes/warn/no)
			      @<:@default=yes@:>@]),

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]