]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- spec is parallel make friendly now
authorjuandon <witekfl@pld-linux.org>
Sun, 2 Mar 2003 18:28:13 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs.spec -> 1.104

e2fsprogs.spec

index 4e26e59e406a74e74be5fa2a7e44ba0715178783..4e717ef288b2d8adcc997b477452a74f4fb2b0bf 100644 (file)
@@ -456,7 +456,9 @@ chmod u+w configure aclocal.m4
        %{?_without_static:--enable-dynamic-e2fsck} \
        --enable-fsck
 
-%{__make} libs progs docs LDFLAGS="%{rpmldflags}"
+%{__make} libs LDFLAGS="%{rpmldflags}"
+%{__make} progs LDFLAGS="%{rpmldflags}"
+%{__make} docs LDFLAGS="%{rpmldflags}"
 cd doc
 makeinfo --no-split e2compr.texinfo
 cd ..
This page took 0.13462 seconds and 4 git commands to generate.