-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#290) Replace use of 'find', 'grep' with Makefile built-in 'wildcard…
…' etc. This commit replaces all uses of shell 'find', 'grep' commands in Makefile with built-ins such as 'wildcard', 'filter-out' etc. Add user-defined 'rwildcard' function to replace 'find' which wants to search thru sub-dirs. Apply 'rwildcard' wherever possible to allow for the possibility that we may grow source sub-dirs in future. This removes any potential dependency on shell commands for 'make' invocations. A small change is to list the unit-test sources in lex-sorted order when linking them into the unit_test binary.
- Loading branch information
Showing
1 changed file
with
25 additions
and
11 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