Confirmed users
429
edits
Ricky Chien (talk | contribs) No edit summary |
Ricky Chien (talk | contribs) No edit summary |
||
| Line 35: | Line 35: | ||
Buildit API could keep tracking file dependency when build script is trying to do anything related to a file. It strongly connects to cache and store these file dependency in cache for further use. | Buildit API could keep tracking file dependency when build script is trying to do anything related to a file. It strongly connects to cache and store these file dependency in cache for further use. | ||
== Everything begin from configure == | |||
Every time invoke a Makefile by 'make' should bypass to configure in order to ensure everything works properly. | |||
= Plan = | = Plan = | ||