From: Subrata Modak <subrata@linux.vnet.ibm.com>
To: Garrett Cooper <yanegomi@gmail.com>
Cc: ltp-list <ltp-list@lists.sourceforge.net>
Subject: Re: [LTP] [PATCH] Fix "make clean"'s failure in case cpuset
Date: Mon, 13 Jul 2009 13:52:29 +0530 [thread overview]
Message-ID: <1247473352.26478.14.camel@subratamodak.linux.ibm.com> (raw)
In-Reply-To: <4A5AED18.2090201@cn.fujitsu.com>
On Mon, 2009-07-13 at 16:15 +0800, Shi Weihua wrote:
> In case cpuset, the file cpuset_syscall_test.o was not deleted after "make clean".
> The following patch fixed this problem.
>
> Signed-off-by: Shi Weihua <shiwh@cn.fujitsu.com>
Garret,
If this is safe and does not interfere with your patches, please check
this in.
Regards--
Subrata
> ---
> diff -urpN ltp-full-20090630.orig/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile ltp-full-20090630/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile
> --- ltp-full-20090630.orig/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile 2009-06-23 10:18:17.000000000 -0400
> +++ ltp-full-20090630/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile 2009-07-13 12:24:01.000000000 -0400
> @@ -8,7 +8,8 @@ all:cpuset_syscall_test
> cpuset_syscall_test: %: %.o $(LIBOBJECTS)
>
> clean:
> - rm -rf cpuset_syscall_test
> + rm -rf cpuset_syscall_test cpuset_syscall_test.o
> + rm -f $(LIBOBJECTS)
>
> install:
> @set -e; \
>
>
>
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2009-07-13 8:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-13 8:15 [LTP] [PATCH] Fix "make clean"'s failure in case cpuset Shi Weihua
2009-07-13 8:22 ` Subrata Modak [this message]
2009-07-13 16:57 ` Garrett Cooper
2009-07-13 18:09 ` Garrett Cooper
2009-07-13 23:49 ` Shi Weihua
2009-07-14 0:00 ` Garrett Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1247473352.26478.14.camel@subratamodak.linux.ibm.com \
--to=subrata@linux.vnet.ibm.com \
--cc=ltp-list@lists.sourceforge.net \
--cc=yanegomi@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox