Skip to content
Snippets Groups Projects
Commit aaa3c227 authored by Timo Teräs's avatar Timo Teräs
Browse files

build: eliminate "Nothing to be done for `all'" message

parent 97a71cc5
No related branches found
No related tags found
No related merge requests found
...@@ -238,7 +238,11 @@ endif ...@@ -238,7 +238,11 @@ endif
%/: FORCE %/: FORCE
$(Q)$(MAKE) -f Make.rules build=$(build-dir) $(MAKECMDGOALS) $(Q)$(MAKE) -f Make.rules build=$(build-dir) $(MAKECMDGOALS)
compile install:: $(targets) compile: $(targets)
@:
install:: $(targets) FORCE
@:
clean: $(filter %/,$(targets)) clean: $(filter %/,$(targets))
ifeq ($(toplevelrun),yes) ifeq ($(toplevelrun),yes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment