From d2be6922339775ceb8a18922a88386518a1f47df Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 10 Nov 2011 12:27:34 +0700 Subject: [PATCH] libtoolize: update a bit-rotted comment. * 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 --- libtoolize.m4sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libtoolize.m4sh b/libtoolize.m4sh index 9299a8cbb..bae97fc2e 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 -- 2.47.2