Are you sure this does anything?

Nicos-MacBook-Pro:tmp thakis$ cat Makefile
foo:
        PYTHONPATH="$(shell pwd)/tools/generate_shim_headers:$(PYTHONPATH)" \
        PYTHONPATH="$(shell pwd)/build/gyp/pylib:$(PYTHONPATH)" \
        bash -c 'echo $${PYTHONPATH}'

.PHONY: foo
Nicos-MacBook-Pro:tmp thakis$ make
PYTHONPATH="/Users/thakis/src/tmp/tools/generate_shim_headers:" \
        PYTHONPATH="/Users/thakis/src/tmp/build/gyp/pylib:" \
        bash -c 'echo ${PYTHONPATH}'
/Users/thakis/src/tmp/build/gyp/pylib:


Looks like the first path is just ignored...

https://codereview.chromium.org/151253002/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to