~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/gyp-make-generator-reenabled

  • Committer: Chad MILLER
  • Date: 2015-03-02 16:50:16 UTC
  • Revision ID: chad.miller@canonical.com-20150302165016-l9f66743swlpe3zr
Kill unneeded Make generator. We don't use it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/build/gyp_chromium
2
 
+++ b/build/gyp_chromium
3
 
@@ -273,7 +273,7 @@ if __name__ == '__main__':
4
 
   # nice and fail here, rather than choking in gyp.
5
 
   if re.search(r'(^|,|\s)make($|,|\s)', os.environ.get('GYP_GENERATORS', '')):
6
 
     print 'Error: make gyp generator not supported (check GYP_GENERATORS).'
7
 
-    sys.exit(1)
8
 
+    #sys.exit(1)
9
 
 
10
 
   # If CHROMIUM_GYP_SYNTAX_CHECK is set to 1, it will invoke gyp with --check
11
 
   # to enfore syntax checking.