2008/4/3, Senaka Fernando <[EMAIL PROTECTED]>: > Hi all, > > Currently, the makefile for gc_gen is located inside the drlvm/trunk/make/vm > folder. However, in the process of making gc_gen an independent entity, > isn't it better that we move this to drlvm/trunk/vm/gc_gen/make and refer it > from, drlvm/trunk/make/vm/gc_gen.xml? Thoughts?
This would not make the gc_gen src tree truly self-sufficient, as the build still needs common properties/macros etc. Besides gc_gen includes few general headers of GC<>VM interface which you will need in some form anyway. However the build allows you independent making of gc_gen only (given you provided needed link dependencies), does it suites your needs? drlvm/trunk$ ant -f make/vm/gc_gen.xml -- Alexey > > Regards, > Senaka >
