]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- some __make -j1
authorSzymon Siwek <sls@pld-linux.org>
Tue, 11 Dec 2007 13:25:21 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.spec -> 1.305

postfix.spec

index 5a042ebde1f8a207dc047c7a202828f6eb91fc4c..85c9ce2de2c12bf6c5ba5ed53de9e7d71459ce80 100644 (file)
@@ -258,8 +258,8 @@ sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c
 %endif
 
 %build
-%{__make} -f Makefile.init makefiles
-%{__make} tidy
+%{__make} -j1 -f Makefile.init makefiles
+%{__make} -j1 tidy
 CC="%{__cc}"
 export CC
 %{__make} \
This page took 0.160576 seconds and 4 git commands to generate.