Re: [PATCH 3/3] Win32: implement nanosecond-precision file times

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

 



Am 13.02.2015 um 00:15 schrieb Thomas Braun:
> Am 12.02.2015 um 00:53 schrieb Karsten Blees:
>> diff --git a/config.mak.uname b/config.mak.uname
>> index b64b63c..a18a4cc 100644
>> --- a/config.mak.uname
>> +++ b/config.mak.uname
>> @@ -346,7 +346,7 @@ ifeq ($(uname_S),Windows)
>>  	NO_SVN_TESTS = YesPlease
>>  	RUNTIME_PREFIX = YesPlease
>>  	NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
>> -	NO_NSEC = YesPlease
>> +	USE_NSEC = YesPlease
>>  	USE_WIN32_MMAP = YesPlease
>>  	# USE_NED_ALLOCATOR = YesPlease
>>  	UNRELIABLE_FSTAT = UnfortunatelyYes
>> @@ -498,7 +498,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
>>  	NO_PERL_MAKEMAKER = YesPlease
>>  	RUNTIME_PREFIX = YesPlease
>>  	NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
>> -	NO_NSEC = YesPlease
>> +	USE_NSEC = YesPlease
>>  	USE_WIN32_MMAP = YesPlease
>>  	USE_NED_ALLOCATOR = YesPlease
>>  	UNRELIABLE_FSTAT = UnfortunatelyYes
>>
> 
> Why not also enable it in our special msysgit section?
> 
> diff --git a/config.mak.uname b/config.mak.uname
> index b64b63c..6326794 100644
> --- a/config.mak.uname
> +++ b/config.mak.uname
> @@ -535,6 +535,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
>         INTERNAL_QSORT = YesPlease
>         HAVE_LIBCHARSET_H = YesPlease
>         NO_GETTEXT = YesPlease
> +       USE_NSEC = YesPlease
>  else
>         NO_CURL = YesPlease
>  endif
> 

The msysgit section is within MINGW (i.e. already covered by the 2nd hunk), don't let the indentation fool you.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]