Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue/files: searchandrescue-0.8.2-makejs.patch
Date: Fri, 04 Sep 2009 03:16:01
Message-Id: E1MjU5x-0006yY-G6@stork.gentoo.org
1 tupone 09/09/04 08:24:33
2
3 Added: searchandrescue-0.8.2-makejs.patch
4 Log:
5 Enable parallel compilation
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-simulation/searchandrescue/files/searchandrescue-0.8.2-makejs.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/files/searchandrescue-0.8.2-makejs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/files/searchandrescue-0.8.2-makejs.patch?rev=1.1&content-type=text/plain
13
14 Index: searchandrescue-0.8.2-makejs.patch
15 ===================================================================
16 --- Makefile.old 2009-09-04 10:13:22.000000000 +0200
17 +++ Makefile 2009-09-04 10:16:43.000000000 +0200
18 @@ -1,5 +1,5 @@
19 ALL_SRC_DIRS=sar
20 all install clean:
21 @for subdir in $(ALL_SRC_DIRS); do \
22 - make -s -C $$subdir -f Makefile $@; \
23 + $(MAKE) -s -C $$subdir -f Makefile $@; \
24 done