Ticket Change Details
Not logged in
Overview

Artifact ID: 6b11fe07f337c8626b1cbe453d6c8811b5a4a8ba
Ticket: 29e80911285526492ae1b98c1657fb7bd57f36c7
make install doesn't create target directory
User & Date: martin.weber 2011-08-22 15:40:36
Changes

  1. comment changed to:
    configure the fossil sources to go to a directory that doesn't have a bin subdirectory. The install target will then copy fossil into $TARGET/bin -- which ends up being the fossil binary. So the installed version then is $TARGET/bin, an executable, not $TARGET/bin/fossil. Also ISTM $TARGET isn't created if it doesn't exist. I guess it couldn't hurt to use install(1) for the installation to have directories created in one step, too (install -d, although I don't know how portable that is)
    
  2. foundin changed to: "ce62a2b11d4e882962c82b8542d9c62f86b4cd73"
  3. severity changed to: "Minor"
  4. status changed to: "Open"
  5. title changed to: "make install doesn't create target directory"
  6. type changed to: "Build_Problem"