* [gentoo-commits] gentoo-x86 commit in sys-fs/aufs3/files: parallel.patch
@ 2012-04-28 6:59 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-04-28 6:59 UTC (permalink / raw
To: gentoo-commits
jlec 12/04/28 06:59:11
Added: parallel.patch
Log:
sys-fs/aufs3: Allow parallel build, patch sent upstream
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.1 sys-fs/aufs3/files/parallel.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/parallel.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/parallel.patch?rev=1.1&content-type=text/plain
Index: parallel.patch
===================================================================
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 9031813..94329c0 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ export CONFIG_AUFS_FS
EXTRA_CFLAGS := -I${CURDIR}/include
EXTRA_CFLAGS += ${AUFS_DEF_CONFIG}
-MakeMod = ${MAKE} -C ${KDIR} M=${CURDIR}/fs/aufs EXTRA_CFLAGS="${EXTRA_CFLAGS}"
+MakeMod = -C ${KDIR} M=${CURDIR}/fs/aufs EXTRA_CFLAGS="${EXTRA_CFLAGS}"
all: aufs.ko usr/include/linux/aufs_type.h
@@ -39,7 +39,7 @@ aufs.ko: fs/aufs/aufs.ko
fs/aufs/aufs.ko:
@echo ${EXTRA_CFLAGS}
- ${MakeMod} modules
+ ${MAKE} ${MakeMod} modules
usr/include/linux/aufs_type.h: d = $(shell echo ${CURDIR} | cut -c2-)
usr/include/linux/aufs_type.h:
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-28 6:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28 6:59 [gentoo-commits] gentoo-x86 commit in sys-fs/aufs3/files: parallel.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox