]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- dont overwrite %__cmake, %__scons, %__waf with versions without %{?_smp_mflags}
authorsparky <sparky@pld-linux.org>
Tue, 17 Nov 2009 15:51:52 +0000 (15:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.525

rpm.macros

index efc0159d473d1a38ebcc6774af3ff4502b4a7476..708592d69d3427d084b08460918461a579b6d0cd 100644 (file)
        %{dependencytracking} \
 }
 
-%__cmake       /usr/bin/cmake
 %cmake { \
 CC="%{__cc}" \
 CXX="%{__cxx}" \
@@ -209,8 +208,6 @@ LDFLAGS="%{rpmldflags}" \
 %{__cmake} \
 }
 
-# override __scons to add -j4 in your ~/.rpmmacros for parallel make
-%__scons       /usr/bin/scons
 %scons { \
 %{__scons} \
        LDFLAGS="${LDFLAGS:-%rpmldflags}" \
@@ -225,8 +222,6 @@ LDFLAGS="%{rpmldflags}" \
 }
 
 # waf. see waf.spec
-# override __waf to add -j4 in your ~/.rpmmacros for parallel make
-%__waf /usr/bin/waf
 %waf { \
 CC="%{__cc}" \
 CXX="%{__cxx}" \
This page took 0.133715 seconds and 4 git commands to generate.