From: Tejeswar M. <tej...@ho...> - 2012-04-12 00:12:46
|
Hi, In my recent experiments with GTM, I made some changes to the file "gtm/recovery/register_gtm.cpp" and called gtm> make to build the "gtm binary" with my latest changes, but later realized it's not picking up my chnages to any of the files made under "gtm/recovery" directory. It looks like the depenedencylink in Makefile is missing > gtm:$(OBJS) <---- Original---< gtm:$(OBJS) $(OTHERS) <-- works p.s. I'm not a Makefile expert :), but just hacked it this way, please let me know if I'm not setting up my codeline incorrect. ThanksTeja |