-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes library.a dependencies and other makefile cleanup. (#501)
- Removes dead code from prog.mk - Adds endif comments - Makes the library subdirectories build in an application target be a direct dependency of the executable. - updates core_test.mk so that the libsomething.a files are dependencies there as well. This should avoid certain cases where a change in a file did not cause a test to be rebuilt. === * Makes the library subdirectories build in an application target be a direct dependency of the executable. The lib/timestamp is still updated, but make should now know about which libxxx.a files belong together. * Deletes dead code from prog.mk * Ensures that test targets are dependent on core library files.
- Loading branch information
1 parent
8e9690d
commit a2e2124
Showing
3 changed files
with
21 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters