All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] self-test-fix-make-clean.patch removed from -mm tree
@ 2013-07-08 19:37 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-07-08 19:37 UTC (permalink / raw)
  To: mm-commits, joern

Subject: [merged] self-test-fix-make-clean.patch removed from -mm tree
To: joern@logfs.org,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Mon, 08 Jul 2013 12:37:24 -0700


The patch titled
     Subject: self-test: fix make clean
has been removed from the -mm tree.  Its filename was
     self-test-fix-make-clean.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Joern Engel <joern@logfs.org>
Subject: self-test: fix make clean

thuge-gen was forgotten.  Fix it by removing the duplication, so we don't
get too many repeats.

Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 tools/testing/selftests/vm/Makefile |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff -puN tools/testing/selftests/vm/Makefile~self-test-fix-make-clean tools/testing/selftests/vm/Makefile
--- a/tools/testing/selftests/vm/Makefile~self-test-fix-make-clean
+++ a/tools/testing/selftests/vm/Makefile
@@ -2,8 +2,9 @@
 
 CC = $(CROSS_COMPILE)gcc
 CFLAGS = -Wall
+BINARIES = hugepage-mmap hugepage-shm map_hugetlb thuge-gen
 
-all: hugepage-mmap hugepage-shm  map_hugetlb thuge-gen
+all: $(BINARIES)
 %: %.c
 	$(CC) $(CFLAGS) -o $@ $^
 
@@ -11,4 +12,4 @@ run_tests: all
 	@/bin/sh ./run_vmtests || (echo "vmtests: [FAIL]"; exit 1)
 
 clean:
-	$(RM) hugepage-mmap hugepage-shm  map_hugetlb
+	$(RM) $(BINARIES)
_

Patches currently in -mm which might be from joern@logfs.org are

origin.patch
linux-next.patch
mmap-allow-map_hugetlb-for-hugetlbfs-files-v2.patch


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

only message in thread, other threads:[~2013-07-08 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08 19:37 [merged] self-test-fix-make-clean.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.