[FFmpeg-cvslog] build: clean up .PHONY lists
Mans Rullgard
git at videolan.org
Tue Jun 7 03:49:12 CEST 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sun Jun 5 21:57:03 2011 +0100| [0018b7f04378a0ff83c6c6d097fc6bdc97212970] | committer: Mans Rullgard
build: clean up .PHONY lists
This removes nonexisting targets from phony lists and puts them
all in one place.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0018b7f04378a0ff83c6c6d097fc6bdc97212970
---
Makefile | 3 ++-
common.mak | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 0fb217a..708f5e5 100644
--- a/Makefile
+++ b/Makefile
@@ -289,4 +289,5 @@ $(FATE): ffmpeg$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
fate-list:
@printf '%s\n' $(sort $(FATE))
-.PHONY: documentation *test regtest-* alltools check config
+.PHONY: all alltools *clean check config documentation examples install*
+.PHONY: *test testprogs uninstall*
diff --git a/common.mak b/common.mak
index d50d823..3fbf1a7 100644
--- a/common.mak
+++ b/common.mak
@@ -54,8 +54,6 @@ HOSTCFLAGS += $(IFLAGS)
%.h:
@:
-.PHONY: all depend dep *clean install* uninstall* examples testprogs
-
# Disable suffix rules. Most of the builtin rules are suffix rules,
# so this saves some time on slow systems.
.SUFFIXES:
More information about the ffmpeg-cvslog
mailing list