Skip to content

Commit

Permalink
Don't segregate installed roots by project
Browse files Browse the repository at this point in the history
This messes up the receipt-based mechanism
for detecting if the installed roots are
up-to-date, because the receipt files aren't
aware of the per-project binary directories.
  • Loading branch information
wjk committed Nov 27, 2018
1 parent 5a442df commit 3193e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwinbuild/darwinbuild.in
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ REAL_SRCROOT="$BuildRoot/SourceCache/$projnam/$project"
REAL_OBJROOT="$BuildRoot/$vartmp/$projnam/$project.obj"
REAL_SYMROOT="$BuildRoot/$vartmp/$projnam/$project.sym"
REAL_DSTROOT="$BuildRoot/$vartmp/$projnam/$project.root"
REAL_DEPROOT="$BuildRoot/BinaryCache/$projnam"
REAL_DEPROOT="$BuildRoot/InstalledRoots"

if [ "$nosource" != "YES" ]; then
###
Expand Down

0 comments on commit 3193e6c

Please sign in to comment.