2012-06-21 11:52:31

by Ozan Çağlayan

[permalink] [raw]
Subject: [PATCH] compat: Suck in ckmake from compat.git

ckmake can be used directly to test compat-foo trees against the
installed kernel trees. So it is good to have it copied under
this tree.

Signed-off-by: Ozan Çağlayan <[email protected]>
---
scripts/admin-update.sh | 1 +
1 file changed, 1 insertion(+)

diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh
index 7daec31..ec87f98 100755
--- a/scripts/admin-update.sh
+++ b/scripts/admin-update.sh
@@ -435,6 +435,7 @@ cp $GIT_COMPAT_TREE/compat/*.[ch] $COMPAT/
cp $GIT_COMPAT_TREE/compat/Makefile $COMPAT/
cp -a $GIT_COMPAT_TREE/udev .
cp -a $GIT_COMPAT_TREE/scripts $COMPAT/
+cp $GIT_COMPAT_TREE/bin/ckmake $COMPAT/
cp -a $GIT_COMPAT_TREE/include/linux/* include/linux/
cp -a $GIT_COMPAT_TREE/include/net/* include/net/
cp -a $GIT_COMPAT_TREE/include/trace/* include/trace/
--
1.7.10.2