On Fri, Mar 4, 2011 at 2:29 AM, Garrett Cooper <[email protected]> wrote: > On Fri, Feb 25, 2011 at 8:48 AM, Cyril Hrubis <[email protected]> wrote: >> Hi! >> There are more than two libraries in testcases/kernel/mem/ that results >> in Makefile confusion. One of the sideeffects is that internal libraries >> libmem.a and liboom.a gets installed. >> >> Garrett do you care to have a look on this? > > Agreed. `liboom' shouldn't be a library. It can be moved to the > directory, one can apply FILTER_OUT_SRCS on oom.c (might be better to
Actually, for consistency one should use MAKE_TARGETS with other Makefiles. > rename it to oom_common.c for clarity), then make sure both the > oom_common.c and testcases link together into the final testcase. > Quite simple and there are a handful of examples that I did > (example: testcases/kernel/containers/netns/Makefile). Thanks, -Garrett ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
