Ticket Change Details
Not logged in
Overview

Artifact ID: 774e8f39659420873ff7f15a7bf04a1edb8a5342
Ticket: 6e51013097c17eada8598e1cd264706376e7b30b
Avoid "obj" directory for builds
User & Date: anonymous 2010-10-10 10:11:07
Changes

  1. comment changed to:
    BSD make has magic code to deal with "obj" as target directory, depending on some special environmental variable. If it exists, it is used automatically as current directories for target commands. This breaks incremental builds because the translate program is called with relative path to top.
    
    It would be nice if the directory could be renamed to something else.
    
  2. foundin changed to: "f93a54d0ba"
  3. private_contact changed to: "63070188043a9522ca95dca0d28c3b9eff7a697b"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to: "Avoid "obj" directory for builds"
  7. type changed to: "Feature_Request"