build: eliminate "Nothing to be done for `all'" message
parent
97a71cc5c3
commit
aaa3c227b8
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue