Narrowing down make targets when rebuilding Ruby

D

Daniel Berger

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
 
D

daz

Daniel said:
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
 
D

Daniel Berger

daz said:
Daniel Berger wrote:




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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,175
Messages
2,570,944
Members
47,492
Latest member
gabbywilliam

Latest Threads

Top