The following commit has been merged in the sfml-ng branch:
commit 20baf041b197ac4e82b0041bee92d72749ad022a
Author: Christoph Egger <[EMAIL PROTECTED]>
Date:   Wed Dec 3 16:37:56 2008 +0100

    Adding patch to add mrproper target to toplevel makefile

diff --git a/debian/patches/mrproper_target_in_toplevel_makefile.patch 
b/debian/patches/mrproper_target_in_toplevel_makefile.patch
new file mode 100644
index 0000000..7c2902e
--- /dev/null
+++ b/debian/patches/mrproper_target_in_toplevel_makefile.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile b/Makefile
+index 0bc27c6..0450eaa 100644
+--- a/Makefile
++++ b/Makefile
+@@ -13,3 +13,7 @@ install:
+ clean:
+       @(cd ./src/SFML && $(MAKE) $@)
+       @(cd ./samples  && $(MAKE) $@)
++
++mrproper:
++      @(cd ./src/SFML && $(MAKE) $@)
++      @(cd ./samples  && $(MAKE) $@)

-- 
Simple and fast multimedia library for C++

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to