]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
use make -r
authorElan Ruusamäe <glen@delfi.ee>
Tue, 1 Jan 2013 22:02:02 +0000 (00:02 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 1 Jan 2013 22:02:02 +0000 (00:02 +0200)
gyp generated Makefile says:

The implicit make rules have it looking for RCS files, among other things.
We instead explicitly write all the rules we care about.
It's even quicker (saves ~200ms) to pass -r on the command line.

chromium-browser.spec

index 8a0b32b9981f64775f0b61fbda24bfc905c67d95..1c84e762c5dc3eb7383f55e314194567f0d7ae87 100644 (file)
@@ -394,7 +394,7 @@ test -e Makefile || %{__python} build/gyp_chromium \
        -Dlinux_use_gold_binary=0 \
        -Dlinux_use_gold_flags=0
 
-%{__make} chrome %{?with_sandboxing:chrome_sandbox} \
+%{__make} -r chrome %{?with_sandboxing:chrome_sandbox} \
        BUILDTYPE=%{!?debug:Release}%{?debug:Debug} \
        %{?with_verbose:V=1} \
        CC="%{__cc}" \
This page took 0.054316 seconds and 4 git commands to generate.