Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Tracking installation of built artifacts #344

Closed
izgzhen opened this issue Jul 5, 2017 · 1 comment
Closed

Tracking installation of built artifacts #344

izgzhen opened this issue Jul 5, 2017 · 1 comment

Comments

@izgzhen
Copy link
Collaborator

izgzhen commented Jul 5, 2017

Current implementation of install phony target mimics how legacy system handles this: just make more phony targets and install things repetitively, i.e. no dependency tracking. So we always copy stuff to the destination, no matter whether this might a waste.

Also, as in #342, we can leverage on Shake's builtin dependency tracking to install packages in the right order, instead of hardcoding the order or reinventing a topSort ourselves.

@izgzhen
Copy link
Collaborator Author

izgzhen commented May 5, 2018

closed for now since our new installation logic will be very different after relocatable builds (#531)

@izgzhen izgzhen closed this as completed May 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants