Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.

Commit

Permalink
build: clean up .PHONY lists
Browse files Browse the repository at this point in the history
This removes nonexisting targets from phony lists and puts them
all in one place.

Signed-off-by: Mans Rullgard <mans@mansr.com>
  • Loading branch information
mansr committed Jun 6, 2011
1 parent d7a72d2 commit 0018b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -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*
2 changes: 0 additions & 2 deletions common.mak
Expand Up @@ -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:
Expand Down

0 comments on commit 0018b7f

Please sign in to comment.