coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] build: do not require help2man at build-from-tarball time


From: Eric Blake
Subject: Re: [PATCH] build: do not require help2man at build-from-tarball time
Date: Mon, 10 Sep 2012 07:05:00 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0

On 09/10/2012 06:05 AM, Stefano Lattarini wrote:

>> but it relies on test's -nt operator.  With a shell lacking
>> that feature,
>>
> Just out of curiosity: is that feature in POSIX?

Not POSIX 2008, but it is on the floor as a proposal for adding to the
next version of POSIX (along with 'test a == a', among others).

> 
> Anyway, maybe it could be emulated with "find -newer" or something
> similar...

Yep, 'find $dir -newer ...' is the only POSIX way to compare timestamps,
for now.

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]