bug-make
[Top][All Lists]
Advanced

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

Re: archive member timestamps on solaris 2.8?


From: Paul D. Smith
Subject: Re: archive member timestamps on solaris 2.8?
Date: Wed, 20 Jun 2001 16:00:04 -0400

You need to build make with the --disable-nsec-timestamps flag.

The UNIX format for archive members allows only the standard 32-bit
timestamp, so it doesn't work with sub-second timestamps.

In the next version of GNU make, there's a more discrete capability for
specifying which targets should be considered to not be able to handle
sub-second timestamps, but for 3.79.1 you must disable it completely
(all or nothing).

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

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