From: Michael Tremer Date: Thu, 1 Jan 2009 22:31:22 +0000 (+0100) Subject: Don't build python in parallelism. X-Git-Tag: v3.0-alpha1~281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fcd8cdcd2be0a8f9778ff056cda519289c6b57a;p=ipfire-3.x.git Don't build python in parallelism. --- diff --git a/lfs/python b/lfs/python index d311e9566..66bcbf725 100644 --- a/lfs/python +++ b/lfs/python @@ -59,7 +59,7 @@ $(OBJECT) : $(CONFIGURE_ARCH) \ --prefix=/usr \ --enable-shared - cd $(DIR_APP) && make $(PARALLELISMFLAGS) + cd $(DIR_APP) && make #$(PARALLELISMFLAGS) cd $(DIR_APP) && make install $(PYTHON_COMPILE)