+ selftests-fix-clean-target-in-kcmp-makefile.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Subject: + selftests-fix-clean-target-in-kcmp-makefile.patch added to -mm tree
To: artagnon@xxxxxxxxx,dyoung@xxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxx>
Subject: selftests: fix clean target in kcmp Makefile

Signed-off-by: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Cc: Dave Young <dyoung@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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@xxxxxxxxx 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

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux