Commit Graph

4 Commits

Author SHA1 Message Date
mtail f77da7e8f3 Another archive fix. 2019-11-14 15:28:54 -08:00
mtail 6ceca5b0ba Archive fix. 2019-11-14 14:43:52 -08:00
mtail 9933211fef Preparation before making the release branch. 2019-11-14 11:06:20 -08:00
Martin Taillefer 3304aceca3
Clean up build logic. (#5380)
- Swap the "build" and "gen" terms used in this repo to match
what we do in other repos. "gen" generates a bunch of files, which
is needed by "build". Unlike other repos, the output of "gen" doesn't
need to be checked in to Git however.

- The clean target now cleans the generated directory.

- Makefile.core.mk now defines SOURCE_BRANCH_NAME that decides which
branch we get reference material from. This makes it much simpler to
switch branches.

- Added the "update_all" target which does all the work needed to pull
in the imported content.
2019-11-05 10:24:45 -08:00