From 653c588704a3ea454c3927a895ebc2aaecb27e78 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Tue, 6 May 2014 09:51:27 +0400 Subject: [PATCH] Try non-parallel make --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 269db0d..3fc59f5 100644 --- a/python3.spec +++ b/python3.spec @@ -198,7 +198,7 @@ autoreconf -vfi #perl -pi -e 's/^(LDFLAGS=.*)/$1 -lstdc++/' Makefile # (misc) if the home is nfs mounted, rmdir fails due to delay export TMP="/tmp" TMPDIR="/tmp" -%make LN="ln -sf" +make LN="ln -sf" %check # (misc) if the home is nfs mounted, rmdir fails