Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (70b5af76c54e7caeb32932531c9e666d0bdc110d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (70b5af76c54e7caeb32932531c9e666d0bdc110d)
  • Date: Thu, 24 Sep 2009 17:03:54 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

disk/fuse/BUILD | 6 ++----
disk/fuse/HISTORY | 3 +++
2 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 70b5af76c54e7caeb32932531c9e666d0bdc110d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fuse: removed useless `--kernel' option

diff --git a/disk/fuse/BUILD b/disk/fuse/BUILD
index c8e90a4..cadbc1a 100755
--- a/disk/fuse/BUILD
+++ b/disk/fuse/BUILD
@@ -1,12 +1,10 @@
-if [[ $CVS == y ]]
-then
+if [[ $CVS == y ]]; then
OPTS="$OPTS --disable-mtab"
fi &&
-OPTS="$OPTS --with-kernel=$INSTALL_ROOT/usr/src/linux-$(get_kernel_version)"
&&

default_build_configure &&

-#patching generated Makefile to disable installation of init.d script
+# patching generated Makefile to disable installation of init.d script
sedit 's?\$(mkdir_p) \$(DESTDIR)\$(INIT_D_PATH)?#\$(mkdir_p)
\$(DESTDIR)\$(INIT_D_PATH)?' util/Makefile &&
sedit 's?\$(INSTALL_PROGRAM) \$(srcdir)/init_script
\$(DESTDIR)\$(INIT_D_PATH)/fuse?#\$(INSTALL_PROGRAM) \$(srcdir)/init_script
\$(DESTDIR)\$(INIT_D_PATH)/fuse?' util/Makefile &&

diff --git a/disk/fuse/HISTORY b/disk/fuse/HISTORY
index dbac784..7a7ac7b 100644
--- a/disk/fuse/HISTORY
+++ b/disk/fuse/HISTORY
@@ -1,3 +1,6 @@
+2009-09-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: removed useless option
+
2009-09-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.8.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (70b5af76c54e7caeb32932531c9e666d0bdc110d), Vlad Glagolev, 09/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page