Skip to content

Conversation

@nchapman
Copy link
Collaborator

We now have incremental builds. Yippee! Closes #24.

@nchapman nchapman requested a review from Copilot November 10, 2025 01:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves makefile dependency tracking and rebuild efficiency by adding proper header file dependencies and implementing smarter rebuild logic.

  • Added HEADERS variable with wildcard patterns to track header file changes
  • Refactored build rules to use proper prerequisites and order-only prerequisites
  • Implemented conditional rebuild logic in cores makefile to avoid unnecessary recompilations

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
workspace/all/syncsettings/makefile Added header dependency tracking and restructured build rules with proper prerequisites
workspace/all/say/makefile Added header dependency tracking and restructured build rules with proper prerequisites
workspace/all/minui/makefile Added header dependency tracking and restructured build rules with proper prerequisites
workspace/all/minput/makefile Added header dependency tracking and restructured build rules with proper prerequisites
workspace/all/minarch/makefile Added header dependency tracking and restructured build rules with proper prerequisites
workspace/all/clock/makefile Added header dependency tracking and restructured build rules with proper prerequisites
workspace/all/cores/makefile Implemented smart rebuild logic that checks timestamps to avoid unnecessary builds
makefile.dev Added header dependency tracking and restructured build rules for macOS development

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nchapman nchapman requested a review from Copilot November 10, 2025 02:09
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nchapman nchapman merged commit 03f75ca into main Nov 10, 2025
9 checks passed
@nchapman nchapman deleted the faster-builds branch November 10, 2025 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build system always rebuilds all components even when source files haven't changed

2 participants