Reviewers: Michael Starzinger,

Message:
PTAQL.

Description:
Remove line breaks that GYP didn't like


Please review this at https://chromiumcodereview.appspot.com/10067032/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M build/common.gypi


Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index bc32e18ff31d254e63fe89fc9af88c19ea1d4f00..21fbb742b43ea80b005b50260b9105794c35615c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -283,10 +283,7 @@
           [ 'v8_target_arch!="x64"', {
             # Pass -m32 to the compiler iff it understands the flag.
             'variables': {
-              'm32flag': '<!(' +
-                  '(echo | $(echo ${CXX:-$(which g++)}) -m32 -E - ' +
-                  '    > /dev/null 2>&1) ' +
-                  '&& echo -n "-m32" || true)',
+ 'm32flag': '<!((echo | $(echo ${CXX:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo -n "-m32" || true)',
             },
             'cflags': [ '<(m32flag)' ],
             'ldflags': [ '<(m32flag)' ],


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to