Hi Rishikesh, at 2010-3-10 12:30, Rishi kesh K Rajak wrote: > The branch, master, has been updated > via 48c52fcd4e7668bc36bbe080f53462d410712b69 (commit) > from c962f51674b971496e14ac4be0cc75da98b75fca (commit) > > > - Log ----------------------------------------------------------------- > commit 48c52fcd4e7668bc36bbe080f53462d410712b69 > Author: Rishikesh K Rajak <[email protected]> > Date: Wed Mar 10 10:00:22 2010 +0530 > > Instead of LIBS, it should be LDLIBS in container/Makefile > > Signed-off-by: Rishikesh K Rajak <[email protected]> > > ----------------------------------------------------------------------- > > Summary of changes: > testcases/kernel/containers/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/testcases/kernel/containers/Makefile > b/testcases/kernel/containers/Makefile > index 26f1856..29394c3 100644 > --- a/testcases/kernel/containers/Makefile > +++ b/testcases/kernel/containers/Makefile > @@ -26,7 +26,7 @@ FILTER_OUT_DIRS := $(LIBDIR) > > LIB := $(LIBDIR)/libclone.a > > -LIB := -ld > +LDLIB := -ldl
make failed on my machine. should be LDLIBS ? > > INSTALL_TARGETS := *.sh > > > > hooks/post-receive ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
