[packages/chromium-browser] use make -r

glen glen at pld-linux.org
Tue Jan 1 23:03:05 CET 2013


commit 48ffbc5ed2a2348984435bf114daf604896a7621
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 2 00:02:02 2013 +0200

    use make -r
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index 8a0b32b..1c84e76 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -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}" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/48ffbc5ed2a2348984435bf114daf604896a7621



More information about the pld-cvs-commit mailing list