From: Gary V. Vaughan Date: Thu, 10 Nov 2011 05:27:34 +0000 (+0700) Subject: libtoolize: update a bit-rotted comment. X-Git-Tag: v2.4.2.418~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2be6922339775ceb8a18922a88386518a1f47df;p=thirdparty%2Flibtool.git 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 --- 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