[MPlayer-cvslog] r31528 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Jun 22 15:15:34 CEST 2010


Author: diego
Date: Tue Jun 22 15:15:34 2010
New Revision: 31528

Log:
Move the .SUFFIXES rule to the bottom of the Makefile and explain it.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Tue Jun 22 09:41:12 2010	(r31527)
+++ trunk/Makefile	Tue Jun 22 15:15:34 2010	(r31528)
@@ -21,8 +21,6 @@
 
 include config.mak
 
-.SUFFIXES:
-
 ###### variable declarations #######
 
 SRCS_AUDIO_INPUT-$(ALSA1X)           += stream/ai_alsa1x.c
@@ -1155,3 +1153,7 @@ endif
 
 .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:


More information about the MPlayer-cvslog mailing list