Ah and for those looking :) The webrev is at: http://cr.opensolaris.org/~clayb/9804/ The bug is: http://defect.opensolaris.org/bz/show_bug.cgi?id=9804 Thank you, Clay
On Mon, 14 Sep 2009, Clay Baenziger wrote: > Hi all, > This is a code review request for 9804. The Python files were okay'd > but I realized I missed some instances of python being called in Makefiles. > Further, I noticed some Makefiles called $(PYTHON) versus /usr/bin/python. I > think I've gotten all occurrences of Python in makefiles and gotten them to > use $(PYTHON) -- now pointing to /usr/bin/python2.4. > Lastly, some Python files run execfile() of other Python scripts out > of /usr/lib/python2.4; for these scripts I updated 8841 - Need plan for > supporting caiman products on Python != 2.4 with comment 5 which highlights > them and the paths called. > > Thank you, > Clay >
