avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] [RFC] patch for Bug #1808


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] [RFC] patch for Bug #1808
Date: Fri, 6 Dec 2002 09:43:55 -0800 (PST)

On Fri, 6 Dec 2002, Joerg Wunsch wrote:

:) As Theodore A. Roth wrote:
:)
:) > The attached patch should fix Bug #1808 ["fixing transparency" hook is run
:) > during "make install"]
:)
:) Yep.
:)
:) > +  echo `date` > fix_png
:)
:) Why not simply "touch fix_png"?

Took a little digging to refresh my memory as to why touch is
insufficient:

  
http://www.gnu.org/manual/autoconf/html_node/Limitations-of-Usual-Tools.html#Limitations%20of%20Usual%20Tools

Might not be an issue for us though.

Should I commit this as is, change it to

  + echo timestamp > fix_png

or revert to touch?

I'm inclined to change `date` to timestamp and be done with it.

Ted Roth





reply via email to

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