bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Some naclports.py cleanup #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
* Check for NACL_SDK_ROOT:

currently this just throws:
Traceback (most recent call last):
  File "../../build_tools/naclports.py", line 34, in <module>
    sys.path.append(os.path.join(NACL_SDK_ROOT, 'tools'))
  File "/usr/lib/python2.7/posixpath.py", line 68, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'

* Don't build dependencies if the target is disabled.

Original issue reported on code.google.com by binji@chromium.org on 3 Mar 2014 at 6:17

GoogleCodeExporter commented 9 years ago
* Force building a target (i.e. ignore sentinels)

Original comment by binji@chromium.org on 3 Mar 2014 at 6:22

GoogleCodeExporter commented 9 years ago
* Building glibc/newlib could be a bit clearer:

Currently it just says this in both cases:
Building 'lame-3.99.5' [i686]

Original comment by binji@chromium.org on 3 Mar 2014 at 6:27

GoogleCodeExporter commented 9 years ago

Original comment by sbc@google.com on 19 Jun 2014 at 6:17