On Mon, Jul 26, 2010 at 9:30 AM, gowrishankar <[email protected]> wrote: > On Friday 23 July 2010 02:21 PM, Cyril Hrubis wrote: >> Hi! >> >>>>>> When doing 'make install' in ltp/testcases/realtime/ the process stops >>>>>> because the dummy makefile generated from empty Makefile.am is not >>>>>> correct makefile (has unmakeable targets). This could be easily fixed by >>>>>> adding m4 to FILTER_OUT_DIRS. >>>>>> >>>>>> Patch attached. >>>>>> >>>>> I understand the issue that you're trying to address, but have you >>>>> tried to do make distclean from the top and then rerun the build? Does >>>>> it work? >>>>> >>>> No, it broke even more, now 'make' doesn't work too. Anyway is there a >>>> point for running Makefile generated from empty Makefile.am? >>>> >>> The process is: >>> >>> make distclean >>> make autotools >>> ./configure {blah} >>> >>> >> git clone ltp-next >> make distclean >> make autotools >> ./configure >> cd testcases/realtime/ >> > You have to run ./configure again here.
No. Running ./configure from the top will take care of this because of how configure.ac is setup. -Garrett ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://ad.doubleclick.net/clk;226879339;13503038;l? http://clk.atdmt.com/CRS/go/247765532/direct/01/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
