On Wed, 2008-09-10 at 17:50 +0800, Roy Lee wrote: > From: Roy Lee <[EMAIL PROTECTED]>
Thanks. Regards-- Subrata > > --- > 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 2e1fc43..5c61483 100644 > --- a/testcases/kernel/containers/Makefile > +++ b/testcases/kernel/containers/Makefile > @@ -24,7 +24,7 @@ all: check_for_unshare > @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done > > check_for_unshare: check_for_unshare.c > - $(CC) -o $@ $< ../../../lib/tst_kvercmp.c -I../../../include > + $(CC) $(CFLAGS) -o $@ $< ../../../lib/tst_kvercmp.c -I../../../include > > install: check_for_unshare > @set -e; ln -f check_for_unshare ../../bin/check_for_unshare; \ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
