public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] kernel/Makefile: add kernel/lib
@ 2012-08-08  9:25 Caspar Zhang
  2012-08-09  2:00 ` Wanlong Gao
  0 siblings, 1 reply; 2+ messages in thread
From: Caspar Zhang @ 2012-08-08  9:25 UTC (permalink / raw)
  To: LTP List

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]


This patch makes kernel/lib get cleared when doing `make clean` in top
of LTP directory.

Signed-off-by: Caspar Zhang <caspar@casparzhang.com>
---
 testcases/kernel/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-kernel-Makefile-add-kernel-lib.patch --]
[-- Type: text/x-patch; name="0001-kernel-Makefile-add-kernel-lib.patch", Size: 408 bytes --]

diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile
index 3922ce1..4b4800d 100644
--- a/testcases/kernel/Makefile
+++ b/testcases/kernel/Makefile
@@ -29,6 +29,10 @@ include $(top_srcdir)/include/mk/env_pre.mk
 
 # Build syscalls in all scenarios.
 SUBDIRS			:= syscalls
+
+# Build lib
+SUBDIRS			+= lib
+
 ifneq ($(UCLINUX),1)
 # KEEP THIS LIST ALPHABETIZED PLEASE!
 SUBDIRS			+= connectors \

[-- Attachment #3: Type: text/plain, Size: 395 bytes --]

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

[-- Attachment #4: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-09  2:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08  9:25 [LTP] [PATCH] kernel/Makefile: add kernel/lib Caspar Zhang
2012-08-09  2:00 ` Wanlong Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox