|
From: alebre <al...@us...> - 2010-07-06 12:27:58
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via e85c92f17d0969a80f3e9ea0a0147ee14b215772 (commit)
via d597f02623bdf4295087672a75cf1d302737a72e (commit)
from a215039789e86a5d1e4f8f79cb4bb80c4649fefa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e85c92f17d0969a80f3e9ea0a0147ee14b215772
Merge: d597f02 a215039
Author: root <ro...@kr...>
Date: Tue Jul 6 14:26:27 2010 +0000
Merge branch 'master' of ssh://kdfs.git.sourceforge.net/gitroot/kdfs/tools
commit d597f02623bdf4295087672a75cf1d302737a72e
Author: root <ro...@kr...>
Date: Tue Jul 6 14:21:29 2010 +0000
add compilation script
diff --git a/scripts/compile-tools b/scripts/compile-tools
new file mode 100755
index 0000000..907b3df
--- /dev/null
+++ b/scripts/compile-tools
@@ -0,0 +1,4 @@
+./autogen.sh
+ ./configure --disable-kernel
+make
+sudo make install
-----------------------------------------------------------------------
Summary of changes:
scripts/compile-tools | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
create mode 100755 scripts/compile-tools
hooks/post-receive
--
UNNAMED PROJECT
|