Skip to content
Snippets Groups Projects
  1. Oct 29, 2010
    • René Nussbaumer's avatar
      setup-ssh: Better error reporting · c4da9eaf
      René Nussbaumer authored
      
      Together with Michael we refactored the code to make it better and
      easier error reporting. Without printing backtraces for authentication
      and verification issues.
      
      Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      c4da9eaf
    • Michael Hanselmann's avatar
      Makefile: Streamline directory creation · c964d962
      Michael Hanselmann authored
      
      Some directories don't exist in the repository, but are required at build time
      (e.g. doc/html). Until now some were created explicitly, some through the
      target “stamp-directories” and other target simply relied on a previous target
      to create the directory.
      
      This patch tries to clean this up by getting rid of “stamp-directories” and
      instead use rules to recreate any missing directory. As described in a comment
      in the code, a file inside each directory is necessary, named “.dir”.
      
      Order-only dependencies are used for directory creation to avoid rebuilding
      where only the “.dir” file is missing (see “info make”, section “4.3 Types of
      Prerequisites”).
      
      The target for building the documentation is also changed to use “…/index.html”
      instead of a hidden file. Some style changes are also made.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      c964d962
  2. Oct 28, 2010
  3. Oct 27, 2010
Loading