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

cute-signatures
Timo Teras 2009-04-16 18:06:35 +03:00
parent 97a71cc5c3
commit aaa3c227b8
1 changed files with 5 additions and 1 deletions

View File

@ -238,7 +238,11 @@ endif
%/: FORCE
$(Q)$(MAKE) -f Make.rules build=$(build-dir) $(MAKECMDGOALS)
compile install:: $(targets)
compile: $(targets)
@:
install:: $(targets) FORCE
@:
clean: $(filter %/,$(targets))
ifeq ($(toplevelrun),yes)