This document summarizes a study on the evolution of build systems. The study analyzed two open source projects to understand how build systems change over time at both high and fine-grained levels. At a high level, the size and complexity of build systems were found to evolve similarly to source code, and build times tended to increase with project age. At a fine-grained level, build systems consisted of around 9% of total files, experienced churn on par with source code, and changes typically added or deleted 3-4 lines. Further, up to 27% of development tasks required build changes, and build maintenance work was found to be dispersed across most team members rather than concentrated in a small group.