Till Wegmüller
2024-04-07 32d55185c6e52012a7f3fbcd5ff32dbce22c3104
README
@@ -96,8 +96,11 @@
  Keeping all sources in one place
    The Userland consolidation tools automate download of required source
    tarballs.  By default they are kept in each component's directory, but
    you can centralize it by using the 'USERLAND_ARCHIVES' variable.
    tarballs.  By older default they were kept in each component's directory,
    but you could centralize it by using the 'USERLAND_ARCHIVES' variable.
    Recently the defaults change to pre-initialize 'USERLAND_ARCHIVES' to
    point into '$(WS_TOP)/archives/' unless customized by the caller - for
    example, to share the common download area between multiple workspaces.
    You can pre-set this variable in your user account '~/.profile' like
    this (and note that the trailing slash is required):
@@ -106,6 +109,11 @@
       USERLAND_ARCHIVES="$HOME/Downloads/"
       export USERLAND_ARCHIVES
    See also the 'make-rules/shared-macros.mk' for 'INTERNAL_ARCHIVE_MIRROR',
    'EXTERNAL_ARCHIVE_MIRROR' and envvar 'DOWNLOAD_SEARCH_PATH' to get some
    ideas about using HTTP mirrors to e.g. reduce network load and lags if you
    can access a country- or organization-local mirror of opensource projects.
  Component build
    If you are only working on a single component, you can just build it using