mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + selftests-fix-clean-target-in-kcmp-makefile.patch added to -mm tree
@ 2013-07-01 20:45 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-07-01 20:45 UTC (permalink / raw)
  To: mm-commits, dyoung, artagnon

Subject: + selftests-fix-clean-target-in-kcmp-makefile.patch added to -mm tree
To: artagnon@gmail.com,dyoung@redhat.com
From: akpm@linux-foundation.org
Date: Mon, 01 Jul 2013 13:45:53 -0700


The patch titled
     Subject: selftests: fix clean target in kcmp Makefile
has been added to the -mm tree.  Its filename is
     selftests-fix-clean-target-in-kcmp-makefile.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/ selftests-fix-clean-target-in-kcmp-makefile.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/ selftests-fix-clean-target-in-kcmp-makefile.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Ramkumar Ramachandra <artagnon@gmail.com>
Subject: selftests: fix clean target in kcmp Makefile

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Dave Young <dyoung@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 tools/testing/selftests/kcmp/Makefile |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff -puN tools/testing/selftests/kcmp/Makefile~selftests-fix-clean-target-in-kcmp-makefile tools/testing/selftests/kcmp/Makefile
--- a/tools/testing/selftests/kcmp/Makefile~selftests-fix-clean-target-in-kcmp-makefile
+++ a/tools/testing/selftests/kcmp/Makefile
@@ -25,5 +25,4 @@ run_tests: all
 	@./kcmp_test || echo "kcmp_test: [FAIL]"
 
 clean:
-	rm -fr ./run_test
-	rm -fr ./test-file
+	$(RM) kcmp_test kcmp-test-file
_

Patches currently in -mm which might be from artagnon@gmail.com are

selftests-add-gitignore-for-vm.patch
selftests-fix-clean-target-in-kcmp-makefile.patch
selftests-add-gitignore-for-kcmp.patch
tools-testing-selftests-dont-assume-the-x-bit-is-set-on-scripts.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-01 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-01 20:45 + selftests-fix-clean-target-in-kcmp-makefile.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).