Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CCM
CCM Toolkit
Commits
e98bb89a
Unverified
Commit
e98bb89a
authored
Mar 04, 2019
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rule to make real (not just phony) targets in submodules
parent
12f61e58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
makefile-language
makefile-language
+3
-0
No files found.
makefile-language
View file @
e98bb89a
...
...
@@ -18,6 +18,9 @@ define SUBMODULEMAKE =
.PHONY: $1__%
$1__%:
$(MAKE) -C $1 $$*
$1/%:
$(MAKE) -C $1 $$*
endef
$(foreach SUBMODULE,$(SUBMODULES),$(eval $(call SUBMODULEMAKE,$(SUBMODULE))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment