From: Daniel Berger Date: 2005-07-14T05:17:34+09:00 Subject: Re: Narrowing down make targets when rebuilding Ruby daz wrote: > Daniel Berger wrote: > > >>Hi all, >> >>I'm tinkering with eval.c. However, whenever I retype "make", it >>rebuilds all the third party stuff under ext in addition to eval.c. Is >>there a target I can use so that it only rebuilds changes to the core >>library? >> >>Regards, >> >>Dan >> > > > Hi Dan, > > Best to check 'cos it changes about but for 1.8.3 & 1.9.0, I've used: > > make ruby > make install-local > > HTH, > > daz Thanks daz, that worked. Dan