Hi, nice to see python ported to HelenOS!
On 04/03/2013 03:36 PM, Vojtech Horky wrote: > Hi Zbigniew, > > 2013/4/3 Zbigniew Halas <[email protected]> > >> On Tuesday 02 April 2013 19:41:02 Jakub Jermar wrote: >>>> Then boot HelenOS and enjoy Python! >>> >>> and Python I enjoyed! Thanks for working on this. >> > I concur. Nice job. I have no problem building the Python using the > instructions you provided. > > > >> Welcome. I guess it's time to work on something more serious now ;) >> >>> How do you get the new binary and the python2.7 library to the >>> initrd.img? For me, this was not very convenient as I had to prevent >>> make in the boot subtree from cleaning up uspace/dist first. >> >> I made some nasty ad-hoc hack to the Makefile. >> > I think we should introduce some target to do just this - repack the > uspace/dist and produce the final image without cleaning the directory > first. I think I will hit the same problem soon with my effort around > porting GCC. I agree, but I would prefer a separate directory that "overlays" files in uspace/dist to store local changes rather than putting the files directly to uspace/dist. This enables you to rebuild HelenOS without needing to re-add python/gcc every time and may be useful also for local configuration files that you don't want to commit to the repository. M. _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
