From: Mathieu Lirzin Date: Tue, 16 May 2017 13:59:12 +0000 (+0200) Subject: automake: Update 'read_am_file' docstring. X-Git-Tag: v1.15.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197426b349edef0882efd7bab93b8c5fd9e7da22;p=thirdparty%2Fautomake.git automake: Update 'read_am_file' docstring. * bin/automake.in (read_am_file): Update docstring which was referring to a non existent '%contents' variable. --- diff --git a/bin/automake.in b/bin/automake.in index 221d7d31f..d356336c3 100644 --- a/bin/automake.in +++ b/bin/automake.in @@ -6208,10 +6208,13 @@ sub check_trailing_slash ($\$) # read_am_file ($AMFILE, $WHERE, $RELDIR) # --------------------------------------- -# Read Makefile.am and set up %contents. Simultaneously copy lines -# from Makefile.am into $output_trailer, or define variables as -# appropriate. NOTE we put rules in the trailer section. We want -# user rules to come after our generated stuff. +# Read $AMFILE file name which is located in $RELDIR, and set up +# global variables resetted by '&generate_makefile'. Simultaneously +# copy lines from $AMFILE into '$output_trailer', or define variables +# as appropriate. +# +# NOTE: We put rules in the trailer section. We want user rules to +# come after our generated stuff. sub read_am_file { my ($amfile, $where, $reldir) = @_;