]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- dropped -j1, not needed
authorlisu <lisu@pld-linux.org>
Tue, 17 May 2011 13:39:54 +0000 (13:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.spec -> 1.360

postfix.spec

index aabc1fef20c1ca4cdf17de87f07da47e0bfbb787..e0ac5746aae826c573fe79c8d941bc1526b77efa 100644 (file)
@@ -297,11 +297,11 @@ sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c
 %endif
 
 %build
-%{__make} -j1 -f Makefile.init makefiles
-%{__make} -j1 tidy
+%{__make} -f Makefile.init makefiles
+%{__make} tidy
 CC="%{__cc}"
 export CC
-%{__make} -j1 \
+%{__make} \
        DEBUG="" \
        OPT="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
        %{!?with_ldap:LDAPSO=""} \
This page took 0.175525 seconds and 4 git commands to generate.