[mupen64plus-video-arachnoid] 69/147: Reformat patches with histogram diff

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:09:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-arachnoid.

commit 323ddfcd185b2d3a959cca7339fcb6b17f87d139
Author: Sven Eckelmann <sven at narfation.org>
Date:   Mon Oct 24 12:45:33 2011 +0200

    Reformat patches with histogram diff
---
 debian/patches/rewrite_makefile.patch | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/debian/patches/rewrite_makefile.patch b/debian/patches/rewrite_makefile.patch
index 11a5620..2572184 100644
--- a/debian/patches/rewrite_makefile.patch
+++ b/debian/patches/rewrite_makefile.patch
@@ -110,7 +110,15 @@ index 762c0318deb37dab32d8b3d3f41937803d0704a7..d8133a9c37b72128249f4bd3e0ee1d62
  endif
 -ifeq ($(CPU), PPC)
 -  CFLAGS += -mcpu=powerpc
--endif
++
++# reduced compile output when running make without V=1
++ifneq ($(findstring $(MAKEFLAGS),s),s)
++ifndef V
++	Q_CC  = @echo '    CC  '$@;
++	Q_CXX = @echo '    CXX '$@;
++	Q_LD  = @echo '    LD  '$@;
++endif
+ endif
  
 -# set shell function names
 -# set shell function names
@@ -119,17 +127,10 @@ index 762c0318deb37dab32d8b3d3f41937803d0704a7..d8133a9c37b72128249f4bd3e0ee1d62
 -INSTALL ?= install
 -ifeq ($(OS),LINUX)
 -  STRIP	= strip -s
-+# reduced compile output when running make without V=1
-+ifneq ($(findstring $(MAKEFLAGS),s),s)
-+ifndef V
-+	Q_CC  = @echo '    CC  '$@;
-+	Q_CXX = @echo '    CXX '$@;
-+	Q_LD  = @echo '    LD  '$@;
- endif
+-endif
 -ifeq ($(OS),OSX)
 -  STRIP	= strip -x 
- endif
- 
+-endif
 +# set base program pointers and flags
 +CC       ?= gcc
 +CXX      ?= g++
@@ -139,7 +140,7 @@ index 762c0318deb37dab32d8b3d3f41937803d0704a7..d8133a9c37b72128249f4bd3e0ee1d62
 +COMPILE.c = $(Q_CC)$(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
 +COMPILE.cc = $(Q_CXX)$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
 +LINK.o = $(Q_LD)$(CXX) $(LDFLAGS) $(TARGET_ARCH)
-+
+ 
  # set special flags for given Makefile parameters
  ifeq ($(DEBUG),1)
 -  CFLAGS += -g  -fno-inline -Werror

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-arachnoid.git



More information about the Pkg-games-commits mailing list