Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libbufr/files: libbufr-makefile.patch
Date: Tue, 03 May 2011 05:24:05
Message-Id: 20110503052355.3360E20054@flycatcher.gentoo.org
1 nerdboy 11/05/03 05:23:55
2
3 Added: libbufr-makefile.patch
4 Log:
5 Updated to newer upstream version, including tests.
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/libbufr/files/libbufr-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libbufr/files/libbufr-makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libbufr/files/libbufr-makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: libbufr-makefile.patch
16 ===================================================================
17 --- Makefile.orig 2011-03-16 22:05:18.000000000 -0700
18 +++ Makefile 2011-03-16 22:05:40.000000000 -0700
19 @@ -10,7 +10,7 @@
20 ( echo "*************************"; \
21 echo "*** Make in $$name "; \
22 echo "*************************"; \
23 - cd $$name ; make LIB=bufr ; ) done
24 + $(MAKE) -C $$name LIB=bufr ; ) done
25
26 clean :
27 @for name in $(SUBDIRS); do\