Re: minor docs alteration
Mike Frysinger <[email protected]>
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <YeaBd0pwg5mVjgJW@vapier> |
On 31 May 2018 22:44, Jefferson Carpenter wrote:
> Subject: [PATCH] automake.texi: clarify relationship between configure and
> build dir
>
> I know you what this meant, but as a kid this would have confused me - the
> word "in" seems to imply that the "configure" file is inside of the build dir,
> as if it should be copied there or something. The word "from" makes it more
> clear that the intended action is to run "../configure" (or more generally
> "$SOURCE_DIR/configure") from the build dir.
>
> --- a/doc/automake.texi
> +++ b/doc/automake.texi
> @@ -866,7 +866,7 @@ The source tree is rooted in the directory containing
> @file{configure}. It contains all the sources files (those that are
> distributed), and may be arranged using several subdirectories.
>
> -The build tree is rooted in the directory in which @file{configure}
> +The build tree is rooted in the directory from which @file{configure}
> was run, and is populated with all object files, programs, libraries,
> and other derived files built from the sources (and hence not
> distributed). The build tree usually has the same subdirectory layout
thanks for the patch. it looks like Karl took inspiration from your suggestion
and applied a fix to use "rooted in the current directory at the time configure"
phrasing instead. i don't see a response in the group about it, so this is more
of an FYI :).
http://git.savannah.gnu.org/cgit/automake.git/commit/?h=8e05f006415d1811785ab5dab1ea4ae5a44c184e
-mike
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmHmgXYACgkQQWM7n+g3 9YFoDxAAlMfiAsYCUsYxDsizN7jBXsqdEbETaDImTA5JPDsYAaYZXesB0rzfacWM 2qv2RDCJMcU05jO9mcyIVDn6dMPJPdBFqO++K4U47xbLG0RpR0w359NMfj2M9K+H FJdho0gyh3heYIa5BSHL8Sldeva00RnpJu7NJUD/nvVtR4qdGcXyA/36SV+342VF U9iTeG71zSs5QWve+1+4nMWnjuKP0F6Mo+14SwUPEYwmsNtAifp7NRu//N5FZNil l4N0trHEM8kqcvAC9i87aKT5h62xzoePL2PKyDoZSMogP28JC4CHUqGAcWIjSSqI s89WLxfmAjfrkUIMTNSxgQ42rnUxJdJYxl5jYtK+9sfyE61D1X2xaAlqfHpTOjfJ /LJ6Ad0IktSQ2E8gJMpfXJyubjlAC18BUc4BTXWDSJypEwEyF+RqV4idEXTZzsLD woF4ArDa10OKS5ll5J3AjdM0j65zFYLXfZ45vFmA3jVyuVQilfqPySGfmDqHQTmK XpCWyCu1ide3dTNz2PDqEMLc0VWifn/IOjaaifElEQF3vCOl0uYJSY9LMggiI0my NWwArhFXMBzb78v5oWqtoBkPcjFx0MiAsGsIzNrwDM5auZxx3TH7QidWZISFHLme llfEg297T2jwGou7sNUHLw7Krv4nSfNFw9zhRwLz2J9pCrN1lns= =T6Wc -----END PGP SIGNATURE-----