summaryrefslogtreecommitdiffstats
path: root/Make.rules
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-04-16 18:06:35 +0300
committerTimo Teras <timo.teras@iki.fi>2009-04-16 18:06:35 +0300
commitaaa3c227b85756dd5c338c2cd156935c12a4a013 (patch)
treea44c4cfbb90fa41caff0f9a706c2a8036410984c /Make.rules
parent97a71cc5c3c698e211c98212562d3d66ec63f3cd (diff)
downloadapk-tools-aaa3c227b85756dd5c338c2cd156935c12a4a013.tar.bz2
apk-tools-aaa3c227b85756dd5c338c2cd156935c12a4a013.tar.xz
build: eliminate "Nothing to be done for `all'" message
Diffstat (limited to 'Make.rules')
-rw-r--r--Make.rules6
1 files changed, 5 insertions, 1 deletions
diff --git a/Make.rules b/Make.rules
index cb4e20d..c864064 100644
--- a/Make.rules
+++ b/Make.rules
@@ -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)