Diego Biurrun | 9 Aug 2012 01:02
Favicon

build: cosmetics: Reorder some lists in a more logical fashion

ffmpeg | branch: master | Diego Biurrun <diego <at> biurrun.de> | Wed Aug  8 02:41:57 2012 +0200|
[5864eb427f2f05342136f3bc9727d826e68d8dbf] | committer: Diego Biurrun

build: cosmetics: Reorder some lists in a more logical fashion

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5864eb427f2f05342136f3bc9727d826e68d8dbf
---

 Makefile |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 1a4858d..7d4ca8f 100644
--- a/Makefile
+++ b/Makefile
 <at>  <at>  -10,8 +10,8  <at>  <at>  vpath %.texi $(SRC_PATH)
 ifndef V
 Q      =  <at> 
 ECHO   = printf "$(1)\t%s\n" $(2)
-BRIEF  = CC AS YASM AR LD HOSTCC
-SILENT = DEPCC DEPAS DEPHOSTCC DEPYASM RM RANLIB
+BRIEF  = CC HOSTCC AS YASM AR LD
+SILENT = DEPCC DEPHOSTCC DEPAS DEPYASM RANLIB RM
 MSG    = $ <at> 
 M      =  <at> $(call ECHO,$(TAG),$ <at> );
 $(foreach VAR,$(BRIEF), \
 <at>  <at>  -103,8 +103,9  <at>  <at>  config.h: .config

 SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS      \
                ARCH_HEADERS BUILT_HEADERS SKIPHEADERS                    \
(Continue reading)


Gmane