* [PATCH] Fix make clean for tests in numactl-2.0.4-rc1
@ 2009-12-10 14:11 Andi Kleen
0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2009-12-10 14:11 UTC (permalink / raw)
To: cpw, linux-numa
"make clean" leaves test/move_pages around. Add it to CLEANFILES
-Andi
---
--- numactl-2.0.4-rc1/Makefile~ 2009-08-31 14:37:13.000000000 +0200
+++ numactl-2.0.4-rc1/Makefile 2009-12-10 15:08:14.000000000 +0100
@@ -30,7 +30,8 @@
.depend .depend.X test/nodemap test/distance test/tbitmap \
test/after test/before threadtest test_move_pages \
test/mbind_mig_pages test/migrate_pages \
- migratepages migspeed migspeed.o libnuma.a
+ migratepages migspeed migspeed.o libnuma.a \
+ test/move_pages
SOURCES := bitops.c libnuma.c distance.c memhog.c numactl.c numademo.c \
numamon.c shm.c stream_lib.c stream_main.c syscall.c util.c mt.c \
clearcache.c test/*.c
--
ak@linux.intel.com -- Speaking for myself only.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-10 14:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 14:11 [PATCH] Fix make clean for tests in numactl-2.0.4-rc1 Andi Kleen
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).