This patch describes about adding the makefile for container code
Signed-off-by: Rishikesh K Rajak <[EMAIL PROTECTED]>
Cc: Serge Hallyn <[EMAIL PROTECTED]>
---
testcases/kernel/containers/Makefile | 14 ++++++++++++++
1 files changed, 14 insertions(+)
Index: ltp-full-20070331/testcases/kernel/containers/Makefile
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ ltp-full-20070331/testcases/kernel/containers/Makefile 2007-04-19 15:09:51.000000000 +0530
@@ -0,0 +1,14 @@
+SUBDIRS = libclone
+
+all noltp noltp_check:
+ @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done
+
+install:
+ @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i install ; done
+ chmod ugo+x container_test.sh
+ ln -f container_test.sh ../../bin/container_test.sh
+
+clean:
+ @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i clean ; done
+
+
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list