libtool-patches
[Top][All Lists]
Advanced

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

FYI: [PATCH] libtoolize: update a bit-rotted comment.


From: Gary V. Vaughan
Subject: FYI: [PATCH] libtoolize: update a bit-rotted comment.
Date: Mon, 14 Nov 2011 17:46:53 +0700

Applied as obvious.

* libtoolize (func_copy_cb): Since this comment was written, the
function has been changed to timestamp files as it copies.
Update the comment to reflect that.

Signed-off-by: Gary V. Vaughan <address@hidden>
---
 libtoolize.m4sh |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/libtoolize.m4sh b/libtoolize.m4sh
index 9299a8c..bae97fc 100644
--- a/libtoolize.m4sh
+++ b/libtoolize.m4sh
@@ -213,9 +213,10 @@ func_copy ()
 
 
 # func_copy_cb filename srcdir destdir [msg_var]
-# If option `--copy' was specified, or soft-linking SRCFILE to DESTFILE fails,
-# then try to copy SRCFILE to DESTFILE (without changing the timestamp if
-# possible).
+# If option `--copy' was specified, or soft-linking SRCFILE to DESTFILE
+# fails, then try to copy SRCFILE to DESTFILE (making sure to update the
+# timestamp so that a series of files with dependencies can be copied
+# in the right order that their timestamps won't trigger rebuilds).
 func_copy_cb ()
 {
     $debug_cmd
-- 
1.7.7.3

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)



reply via email to

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