Mercurial > mplayer.hg
changeset 31462:1764d80899b8
Move the .SUFFIXES rule to the bottom of the Makefile and explain it.
author | diego |
---|---|
date | Tue, 22 Jun 2010 13:15:34 +0000 |
parents | a8963007ecc7 |
children | f6381d990cf3 |
files | Makefile |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Jun 22 07:41:12 2010 +0000 +++ b/Makefile Tue Jun 22 13:15:34 2010 +0000 @@ -21,8 +21,6 @@ include config.mak -.SUFFIXES: - ###### variable declarations ####### SRCS_AUDIO_INPUT-$(ALSA1X) += stream/ai_alsa1x.c @@ -1155,3 +1153,7 @@ .PHONY: all doxygen *install* *tools drivers dhahelper* .PHONY: checkheaders *clean dep depend tests + +# Disable suffix rules. Most of the builtin rules are suffix rules, +# so this saves some time on slow systems. +.SUFFIXES: