[redeclipse] 99/494: clean-enet i on clean, and debug symbols patch

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:20 UTC 2015


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

arand-guest pushed a commit to branch debdir
in repository redeclipse.

commit c8a4490e61266125410052430ed24e26ab1b250c
Author: Arand Nash <ienorand at gmail.com>
Date:   Fri Mar 18 00:24:11 2011 +0000

    clean-enet i on clean, and debug symbols patch
---
 patches/20-fix-clean-target.diff         | 14 ++++++++++++++
 patches/30-build-with-debug-symbols.diff |  9 +++++++++
 patches/series                           |  2 ++
 3 files changed, 25 insertions(+)

diff --git a/patches/20-fix-clean-target.diff b/patches/20-fix-clean-target.diff
new file mode 100644
index 0000000..cd48bc6
--- /dev/null
+++ b/patches/20-fix-clean-target.diff
@@ -0,0 +1,14 @@
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -114,9 +114,9 @@
+ 	$(MAKE) -C enet/ all
+ 
+ clean-enet: enet/Makefile
+-	$(MAKE) -C enet/ clean
++	$(MAKE) -C enet/ distclean
+ 
+-clean: clean-client clean-server
++clean: clean-client clean-server clean-enet
+ 
+ clean-client:
+ 	@rm -fv $(CLIENT_PCH) $(CLIENT_OBJS) reclient
diff --git a/patches/30-build-with-debug-symbols.diff b/patches/30-build-with-debug-symbols.diff
new file mode 100644
index 0000000..7170b85
--- /dev/null
+++ b/patches/30-build-with-debug-symbols.diff
@@ -0,0 +1,9 @@
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -1,5 +1,5 @@
+ #CXXFLAGS= -ggdb3
+-CXXFLAGS= -O3 -fomit-frame-pointer
++CXXFLAGS= -O3 -fomit-frame-pointer -g
+ override CXXFLAGS+= -Wall -fsigned-char
+ 
+ PLATFORM= $(shell uname -s)
diff --git a/patches/series b/patches/series
index e69de29..052cdf4 100644
--- a/patches/series
+++ b/patches/series
@@ -0,0 +1,2 @@
+20-fix-clean-target.diff
+30-build-with-debug-symbols.diff

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



More information about the Pkg-games-commits mailing list