]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- broken on multiprocessor AC-STABLE auto/ac/autoconf-2_60-1
authorsparky <sparky@pld-linux.org>
Tue, 5 Sep 2006 13:53:54 +0000 (13:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf.spec -> 1.113

autoconf.spec

index 0146cfbbc68f40c9829befaff43c2ed0f93b85c4..8d0369059336ab5dfa21026e725d99d82e1ae843 100644 (file)
@@ -203,12 +203,12 @@ Tryb edycji autoconf dla emacsa.
 %build
 %configure \
        %{?with_xemacs:EMACS=xemacs}
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT \
 %if %{with xemacs}
        lispdir=%{_datadir}/xemacs-packages/autoconf
This page took 0.088326 seconds and 4 git commands to generate.