diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-21 07:54:12 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-21 07:54:12 +0000 |
commit | 3ffb5852f00f85789479dcb503645a6cbf95aa37 (patch) | |
tree | dd5f112170490b380eca8cc45d6fb85894507553 /doc/guide | |
parent | 0de64b5ea648dfcd1081c5cb1f8abc1e69d8fabb (diff) | |
download | pkgsrc-3ffb5852f00f85789479dcb503645a6cbf95aa37.tar.gz |
Specified the structure and interpretation of the WRAPPER_REORDER_CMDS
variable.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/build.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index 38bbc845cd4..0db097ba701 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,8 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.26 2006/04/21 07:30:32 rillig Exp $ --> - -<!-- - TODO: after 2006Q1, "SITES_" should be replaced with "SITES.". ---> +<!-- $NetBSD: build.xml,v 1.27 2006/04/21 07:54:12 rillig Exp $ --> <chapter id="build"> <title>The build process</title> @@ -220,7 +216,7 @@ the package will be built, but not installed.</para> <para>where ${site} varies through several possibilities in turn: first, <varname>MASTER_SITE_OVERRIDE</varname> is tried, then the sites - specified in either <varname>SITES_file</varname> if defined, else + specified in either <varname>SITES.file</varname> if defined, else <varname>MASTER_SITES</varname> or <varname>PATCH_SITES</varname>, as applies, then finally the value of <varname>MASTER_SITE_BACKUP</varname>. The order of all except the @@ -354,8 +350,15 @@ the package will be built, but not installed.</para> it.</para></listitem></varlistentry> <varlistentry><term><varname>WRAPPER_REORDER_CMDS</varname></term> - <listitem><para>A list of reordering commands. [TODO: - investigate further]</para></listitem></varlistentry> + + <listitem><para>A list of reordering commands. A + reordering command has the form + <literal>reorder:l:<replaceable>lib1</replaceable>:<replaceable>lib2</replaceable></literal>. + It ensures that that + <literal>-l<replaceable>lib1</replaceable></literal> + occurs before + <literal>-l<replaceable>lib2</replaceable></literal>. + </para></listitem></varlistentry> <varlistentry><term><varname>WRAPPER_TRANSFORM_CMDS</varname></term> <listitem><para>A list of transformation commands. [TODO: |