Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r1352 - genpatches-2.6/trunk/2.6.27
Date: Sat, 11 Oct 2008 00:03:56
Message-Id: E1KoRxY-0001QO-5i@stork.gentoo.org
1 Author: mpagano
2 Date: 2008-10-11 00:03:51 +0000 (Sat, 11 Oct 2008)
3 New Revision: 1352
4
5 Removed:
6 genpatches-2.6/trunk/2.6.27/2900_linux-2.6.27-makefile.patch
7 Log:
8 Remove redundant patch
9
10 Deleted: genpatches-2.6/trunk/2.6.27/2900_linux-2.6.27-makefile.patch
11 ===================================================================
12 --- genpatches-2.6/trunk/2.6.27/2900_linux-2.6.27-makefile.patch 2008-10-11 00:00:47 UTC (rev 1351)
13 +++ genpatches-2.6/trunk/2.6.27/2900_linux-2.6.27-makefile.patch 2008-10-11 00:03:51 UTC (rev 1352)
14 @@ -1,12 +0,0 @@
15 ---- a/Makefile.orig 2008-08-14 11:17:46.000000000 -0400
16 -+++ a/Makefile 2008-08-14 11:18:58.000000000 -0400
17 -@@ -1133,7 +1133,8 @@ clean: archclean $(clean-dirs)
18 - @find . $(RCS_FIND_IGNORE) \
19 - \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
20 - -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
21 -- -o -name '*.symtypes' -o -name 'modules.order' \) \
22 -+ -o -name '*.symtypes' -o -name 'modules.order' \
23 -+ -o -name 'Module.markers' \) \
24 - -type f -print | xargs rm -f
25 -
26 - # mrproper - Delete all generated files, including .config